oilyflutesalad
2010-01-18 e8a4bab2bcc0675c211d880fdc7204c9716ff256
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);