From b41d249ba0b91145fc3e05b0c824bfc379d88219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Thu, 7 Jul 2016 12:15:13 +0200 Subject: [PATCH] Fixes #4992 Removed error as systems still use old style tab constructor --- include/simpleplugin/class_simpleTabs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simpleplugin/class_simpleTabs.inc b/include/simpleplugin/class_simpleTabs.inc index ad6569241..5b8d71c38 100644 --- a/include/simpleplugin/class_simpleTabs.inc +++ b/include/simpleplugin/class_simpleTabs.inc @@ -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); -- GitLab