]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Controllers/WatchController.php
Tests: Updated comment test to account for new editor usage
[bookstack] / app / Activity / Controllers / WatchController.php
index c0b1c58724926752c8656fc3685431f0e6361a9f..5df75da39cd5b997af3cd710cb553f1204f4f86f 100644 (file)
@@ -24,6 +24,6 @@ class WatchController extends Controller
 
         $this->showSuccessNotification(trans('activities.watch_update_level_notification'));
 
-        return redirect()->back();
+        return redirect($watchable->getUrl());
     }
 }