// Fix leftover _error

This commit is contained in:
tDidierjean
2012-01-11 16:54:25 +00:00
parent 64c658ae44
commit 4f3d8ca2ca
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)
{