Passed
Push — developer ( 7a85f1...3fdc28 )
by Radosław
15:10
created
vtlib/Vtiger/Link.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.