Fix a notice error on the menu.

This commit is contained in:
Mark Crane
2013-01-16 06:38:45 +00:00
parent 37b5f00f4a
commit 9dafa8d502
8 changed files with 49 additions and 5 deletions

View File

@@ -34,6 +34,12 @@ else {
exit;
}
//add multi-lingual support
require_once "app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
if (count($_GET)>0) {
$id = check_str($_GET["id"]);
}