mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-16 11:37:47 +01:00
Merge branch 'develop' into 1.9
# Conflicts: # classes/admincontroller.php # themes/grav/js/admin.min.js # themes/grav/js/vendor.min.js # themes/grav/package-lock.json
This commit is contained in:
@@ -595,7 +595,8 @@ class Admin
|
||||
}
|
||||
|
||||
if (!$post) {
|
||||
$post = isset($_POST['data']) ? $_POST['data'] : [];
|
||||
$post = $this->grav['uri']->post();
|
||||
$post = isset($post['data']) ? $post['data'] : [];
|
||||
}
|
||||
|
||||
// Check to see if a data type is plugin-provided, before looking into core ones
|
||||
|
||||
Reference in New Issue
Block a user