mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-23 07:01:24 +01:00
Fixed typo
This commit is contained in:
@@ -1906,7 +1906,7 @@ class AdminController extends AdminBaseController
|
||||
if (!$page) {
|
||||
$this->admin->json_response = [
|
||||
'status' => 'error',
|
||||
'message' => $this::admin->translate('PLUGIN_ADMIN.NO_PAGE_FOUND')
|
||||
'message' => $this->admin::translate('PLUGIN_ADMIN.NO_PAGE_FOUND')
|
||||
];
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user