diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index c785deb1..00046e80 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -122,7 +122,7 @@ $config['modules'] = array( THEMEPATH . 'admin_default' ); -if (defined('TEST_MODE')) { +if (TEST_MODE) { array_splice($config['modules'], 0, 0, array(MODPATH . 'gallery_unit_test', MODPATH . 'unit_test')); |