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

Fixes #4173 group tabs should be put on ogroup-users and not ogroups.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -1076,7 +1076,7 @@ class config { ...@@ -1076,7 +1076,7 @@ class config {
if (is_numeric($key)) { // This is not the main tab if (is_numeric($key)) { // This is not the main tab
$tabclass = strtoupper($value)."TABS"; $tabclass = strtoupper($value)."TABS";
if (($tabclass == 'GROUPTABS') && class_available('mixedGroup')) { if (($tabclass == 'GROUPTABS') && class_available('mixedGroup')) {
$tabclass = 'OGROUPTABS'; $tabclass = 'OGROUP-USERTABS';
} }
@DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $tabclass, "Adding $class to tab list"); @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $tabclass, "Adding $class to tab list");
if (!isset($this->data['TABS'][$tabclass])) { if (!isset($this->data['TABS'][$tabclass])) {
......
  • bmortier @bmortier

    mentioned in issue #1368

    By Côme Chilliet on 2017-09-02T15:23:57 (imported from GitLab)

    ·

    mentioned in issue #1368

    By Côme Chilliet on 2017-09-02T15:23:57 (imported from GitLab)

    Toggle commit list
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