]> _ Git - cubist_cms-back.git/commitdiff
fix #2912 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Sep 2019 15:09:14 +0000 (17:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Sep 2019 15:09:14 +0000 (17:09 +0200)
src/app/Magic/Controllers/CubistMagicController.php

index 4ada7d9e1db79826e4f41459f42aec95d4a30937..d2596a26488326bf87448f91c93660996fad4f5e 100644 (file)
@@ -247,5 +247,9 @@ class CubistMagicController extends CubistCrudController
         return parent::create();
     }
 
-
+    public function saveReorder()
+    {
+        $this->_forgetCache();
+        parent::saveReorder();
+    }
 }