mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
feature 1522: LocalFiles Editor: delete compiled templates after saving file (useful with css)
git-svn-id: http://piwigo.org/svn/trunk@5218 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -321,6 +321,7 @@ if (isset($_POST['submit']) and !is_adviser())
|
||||
@fwrite($file , $content_file);
|
||||
@fclose($file);
|
||||
array_unshift($page['infos'], l10n('locfiledit_save_config'));
|
||||
$template->delete_compiled_templates();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user