Clear theme cache after its edition in admin part
This commit is contained in:
parent
5e89d9d31e
commit
e6acdbd68a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue