aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language/language_file_loader.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/language/language_file_loader.php')
-rw-r--r--phpBB/phpbb/language/language_file_loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/language/language_file_loader.php b/phpBB/phpbb/language/language_file_loader.php
index 359202fd63..b6816afd16 100644
--- a/phpBB/phpbb/language/language_file_loader.php
+++ b/phpBB/phpbb/language/language_file_loader.php
@@ -127,7 +127,7 @@ class language_file_loader
// the first directory from the path (that should be the language directory)
$path_diff_parts = explode('/', $path_diff);
- if (sizeof($path_diff_parts) > 1)
+ if (count($path_diff_parts) > 1)
{
array_shift($path_diff_parts);
$component = implode('/', $path_diff_parts) . '/';