]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Tools/ActivityLogger.php
fix Sidebar scrolling at mid-range sceen
[bookstack] / app / Activity / Tools / ActivityLogger.php
index e8ea7c29391e99370b2115123666462e3dcd3ef0..adda36c1b813a3f2728ae4c3eec64416fd1e8b64 100644 (file)
@@ -40,7 +40,7 @@ class ActivityLogger
 
         $this->setNotification($type);
         $this->dispatchWebhooks($type, $detail);
-        $this->notifications->handle($type, $detail, user());
+        $this->notifications->handle($activity, $detail, user());
         Theme::dispatch(ThemeEvents::ACTIVITY_LOGGED, $type, $detail);
     }