// Fix leftover _error

This commit is contained in:
tDidierjean
2012-01-11 16:54:25 +00:00
parent cb2c3e0ce6
commit 5bcda40f5c
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ class TabCore extends ObjectModel
if (isset($tabAccesses[(int)$id_tab]['view']))
return ($tabAccesses[(int)$id_tab]['view'] === '1');
return false;
}
}
public static function recursiveTab($id_tab, $tabs)
{