|
@@ -187,7 +187,7 @@ |
|
|
block discarded – undo |
|
187
|
187
|
$multitype = true; |
|
188
|
188
|
if (self::IGNORE_MODULE === $tabid) { |
|
189
|
189
|
$permittedTabIdList = \App\User::getCurrentUserId() ? \vtlib\Deprecated::getPermittedModuleIdList() : []; |
|
190
|
|
- $permittedTabIdList[] = 0; // Added to support one link for all modules |
|
|
190
|
+ $permittedTabIdList[] = 0; // Added to support one link for all modules |
|
191
|
191
|
foreach ($permittedTabIdList as $moduleId) { |
|
192
|
192
|
foreach ($type as $typ) { |
|
193
|
193
|
if (isset($rows[$moduleId][$typ])) { |
Please login to merge, or discard this patch.