tbrehm
2010-01-14 2cbff3b553d2e65ef67797b85176e3d87c8a97ce
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);