We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471e4ab commit ea119bdCopy full SHA for ea119bd
public_html/system/engine/init.php
@@ -43,7 +43,7 @@
43
$config->load('default.config');
44
45
// Overwrites Default Config for the application specific
46
-$config->load($config->get('application') . 'config');
+$config->load($config->get('application') . '.config');
47
48
// Set the application
49
$config->set('application', $config->get('application'));
0 commit comments