// in AdminTranslationController separator folder / to DIRECTORY_SEPARATOR

This commit is contained in:
mBertholino
2012-01-11 10:09:35 +00:00
parent 567221e1c6
commit b91acaa16e
2 changed files with 840 additions and 837 deletions
@@ -987,7 +987,7 @@ class AdminTranslationsControllerCore extends AdminController
if (preg_match("#controllers#", $tmp))
{
$parentClass = explode('\\', $tmp);
$parentClass = explode(DIRECTORY_SEPARATOR, $tmp);
$key = array_search('controllers', $parentClass);
$prefix_key = 'Admin'.ucfirst($parentClass[$key + 1]);
}
+839 -836
View File
File diff suppressed because it is too large Load Diff