mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
Fill up title when creating a new page
This commit is contained in:
@@ -125,7 +125,7 @@ class AdminPlugin extends Plugin
|
||||
if ($task) {
|
||||
require_once __DIR__ . '/classes/controller.php';
|
||||
$controller = new AdminController($this->grav, $this->template, $task, $this->route, $post);
|
||||
$success = $controller->execute();
|
||||
$controller->execute();
|
||||
$controller->redirect();
|
||||
} elseif ($this->template == 'logs' && $this->route) {
|
||||
// Display RAW error message.
|
||||
|
||||
Reference in New Issue
Block a user