Clear theme cache after its edition in admin part
This commit is contained in:
parent
5e89d9d31e
commit
e6acdbd68a
@ -45,6 +45,7 @@ try
|
||||
}
|
||||
|
||||
$exercice->update();
|
||||
Cache::del("ordered_th".$exercice->theme->get_id());
|
||||
header("Location: /".implode("/", $p));
|
||||
exit();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user