tbrehm
2010-01-19 f780d7e14cb8f03dd7f75ed4973a5e6955b25840
interface/web/admin/language_edit.php
@@ -77,7 +77,7 @@
   $file_path = ISPC_LIB_PATH."/lang/$lang_file";
} else {
   include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file");
   $file_path = ISPC_LIB_PATH."/$module/lib/lang/$lang_file";
   $file_path = ISPC_WEB_PATH."/$module/lib/lang/$lang_file";
}
$app->tpl->setVar("file_path", $file_path);