diff options
Diffstat (limited to 'app/I18N.php')
| -rw-r--r-- | app/I18N.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/I18N.php b/app/I18N.php index 56db77f3a2..f096a9150a 100644 --- a/app/I18N.php +++ b/app/I18N.php @@ -151,7 +151,7 @@ class I18N { } } - File::mkdir( WT_DATA_DIR . 'cache'); + File::mkdir(WT_DATA_DIR . 'cache'); $cache_file = WT_DATA_DIR . 'cache/language-' . self::$locale->languageTag() . '-cache.php'; if (file_exists($cache_file)) { $filemtime = filemtime($cache_file); |
