Passed
Push — master ( 1a2f46...8e46a2 )
by Jens
04:11
created
src/components/cms/DocumentRouting.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,6 +249,6 @@
 block discarded – undo
249 249
         Cache::getInstance()->clearCache();
250 250
         $path = $request::$get[CmsConstants::GET_PARAMETER_SLUG];
251 251
         $docLink = $request::$subfolders . $cmsComponent->getParameter(CmsConstants::PARAMETER_CMS_PREFIX) . '/documents/edit-document?slug=' . $path;
252
-        $cmsComponent->storage->getActivityLog()->add($activity. ' document <a href="' . $docLink . '">' . $request::$get[CmsConstants::GET_PARAMETER_SLUG] . '</a>', $icon);
252
+        $cmsComponent->storage->getActivityLog()->add($activity . ' document <a href="' . $docLink . '">' . $request::$get[CmsConstants::GET_PARAMETER_SLUG] . '</a>', $icon);
253 253
     }
254 254
 }
255 255
\ No newline at end of file
Please login to merge, or discard this patch.