@@ -249,6 +249,6 @@ |
||
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 |