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:
patdenice
2010-03-21 14:18:18 +00:00
parent 35b6a57d9d
commit 5648861dca
+1
View File
@@ -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
{