Fix a notice error on the menu.

This commit is contained in:
Mark Crane
2013-01-16 06:38:45 +00:00
parent 6019c49f41
commit 58e00e580b
8 changed files with 49 additions and 5 deletions
+6
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"]);
}