Commit b41d249b authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4992 Removed error as systems still use old style tab constructor

Showing with 1 addition and 1 deletion
+1 -1
......@@ -70,7 +70,7 @@ class simpleTabs
}
$this->objectType = $type;
} else {
trigger_error('deprecated call to old tabclass constructor');
//~ trigger_error('deprecated call to old tabclass constructor');
/* Deprecated, used by old management classes */
//$config_object = func_get_arg(0); // ignored
$data = func_get_arg(1);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment