From e6acdbd68ad950e2036d0c1777fb92f59680c4f4 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 20 Nov 2014 21:56:17 +0100 Subject: [PATCH] Clear theme cache after its edition in admin part --- onyx/include/admin/exercice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/onyx/include/admin/exercice.php b/onyx/include/admin/exercice.php index b007d591..1259b9f5 100644 --- a/onyx/include/admin/exercice.php +++ b/onyx/include/admin/exercice.php @@ -45,6 +45,7 @@ try } $exercice->update(); + Cache::del("ordered_th".$exercice->theme->get_id()); header("Location: /".implode("/", $p)); exit(); }