diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/config/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/config/config.php b/core/config/config.php index bd0d781b..94f22364 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -67,7 +67,7 @@ $config['log_threshold'] = 4; /** * Message logging directory. */ -$config['log_directory'] = VARPATH.'logs'; +$config['log_directory'] = VARPATH . 'logs'; /** * Enable or disable displaying of Kohana error pages. This will not affect @@ -96,4 +96,6 @@ $config['extension_prefix'] = 'MY_'; */ $config['modules'] = array ( + MODPATH . 'gallery_unit_test', + MODPATH . 'unit_test', ); |