@@ -243,7 +243,7 @@ |
||
243 | 243 | Cache::getInstance()->clearCache(); |
244 | 244 | $path = $request::$get[CmsConstants::GET_PARAMETER_SLUG]; |
245 | 245 | $docLink = $request::$subfolders . $cmsComponent->getParameter(CmsConstants::PARAMETER_CMS_PREFIX) . '/documents/edit-document?slug=' . $path; |
246 | - $cmsComponent->storage->getActivityLog()->add($activity. ' document <a href="' . $docLink . '">' . $request::$get[CmsConstants::GET_PARAMETER_SLUG] . '</a>', $icon); |
|
246 | + $cmsComponent->storage->getActivityLog()->add($activity . ' document <a href="' . $docLink . '">' . $request::$get[CmsConstants::GET_PARAMETER_SLUG] . '</a>', $icon); |
|
247 | 247 | } |
248 | 248 | |
249 | 249 | /** |