]> _ Git - cubist_cms-back.git/commitdiff
wip #3157 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Oct 2019 18:01:06 +0000 (20:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Oct 2019 18:01:06 +0000 (20:01 +0200)
src/app/Magic/Controllers/CubistMagicController.php

index af40fea4a07e05f15eb9f60ead6f2f45eda6b312..bd51659e7dae31fa1a8a48048719e8c7a9b48b7c 100644 (file)
@@ -264,6 +264,7 @@ class CubistMagicController extends CubistCrudController
                 $entry->save();
             }
         }
+        $this->_forgetCache();
 
         return $entries;
     }