mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
Added FIXME for new form plugin support
This commit is contained in:
@@ -731,6 +731,7 @@ class AdminBaseController
|
||||
*/
|
||||
protected function storeFiles($obj)
|
||||
{
|
||||
// FIXME: Add support for latest form plugin
|
||||
// Process previously uploaded files for the current URI
|
||||
// and finally store them. Everything else will get discarded
|
||||
$queue = $this->admin->session()->getFlashObject('files-upload');
|
||||
|
||||
Reference in New Issue
Block a user