]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/PageController.php
Fixed failing webhook test cases
[bookstack] / app / Http / Controllers / PageController.php
index 4a01dcc623692808ac33036b694a2679fbaa4284..84187f7451dadd736515262eb9ab029aebfac2eb 100644 (file)
@@ -458,6 +458,7 @@ class PageController extends Controller
 
         if (is_null($newParent)) {
             $this->showErrorNotification(trans('errors.selected_book_chapter_not_found'));
+
             return redirect()->back();
         }