Clear theme cache after its edition in admin part

This commit is contained in:
nemunaire 2014-11-20 21:56:17 +01:00
parent 5e89d9d31e
commit e6acdbd68a

View file

@ -45,6 +45,7 @@ try
} }
$exercice->update(); $exercice->update();
Cache::del("ordered_th".$exercice->theme->get_id());
header("Location: /".implode("/", $p)); header("Location: /".implode("/", $p));
exit(); exit();
} }