Skip to content

Commit ea119bd

Browse files
Fixed typo in config loading. Because, of course, it was a typo. Not some framework's "feature" I had to work around.
1 parent 471e4ab commit ea119bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/system/engine/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
$config->load('default.config');
4444

4545
// Overwrites Default Config for the application specific
46-
$config->load($config->get('application') . 'config');
46+
$config->load($config->get('application') . '.config');
4747

4848
// Set the application
4949
$config->set('application', $config->get('application'));

0 commit comments

Comments
 (0)