Validating many warnings and notices

This commit is contained in:
Julio Cesar Laura
2013-01-31 10:41:53 -04:00
parent 73e141e430
commit c861260c67
5 changed files with 11 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ $tabItems = array ();
$i = 0;
foreach ($menuTypes as $menuType) {
$tabItems[$i] = new stdclass();
$tabItems[$i]->id = $menuType;
$LABEL_TRANSLATION = G::LoadTranslation( "ID_" . strtoupper( $menuType ) );