phpBB

Code Changes

File: phpbb/language/language_file_loader.php

  Unmodified   Added   Modified   Removed
Line 127Line 127
			// the first directory from the path (that should be the language directory)
$path_diff_parts = explode('/', $path_diff);


			// 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) . '/';

			{
array_shift($path_diff_parts);
$component = implode('/', $path_diff_parts) . '/';