Skip to content

Commit

Permalink
feature 1522: LocalFiles Editor: delete compiled templates after savi…
Browse files Browse the repository at this point in the history
…ng file (useful with css)

git-svn-id: http://piwigo.org/svn/trunk@5218 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
patdenice committed Mar 21, 2010
1 parent 35b6a57 commit 5648861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/LocalFilesEditor/admin.php
Expand Up @@ -321,6 +321,7 @@
@fwrite($file , $content_file);
@fclose($file);
array_unshift($page['infos'], l10n('locfiledit_save_config'));
$template->delete_compiled_templates();
}
else
{
Expand Down

0 comments on commit 5648861

Please sign in to comment.