X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc10d1ddfc652f6bcf3bbf61d5ec2e2861394c03..refs/heads/development:/app/Activity/Controllers/WatchController.php diff --git a/app/Activity/Controllers/WatchController.php b/app/Activity/Controllers/WatchController.php index c0b1c5872..5df75da39 100644 --- a/app/Activity/Controllers/WatchController.php +++ b/app/Activity/Controllers/WatchController.php @@ -24,6 +24,6 @@ class WatchController extends Controller $this->showSuccessNotification(trans('activities.watch_update_level_notification')); - return redirect()->back(); + return redirect($watchable->getUrl()); } }