Ignore:
Timestamp:
Jun 19, 2011, 10:24:47 AM (13 years ago)
Author:
mistic100
Message:

delete compiled templates on config save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TweetThis/admin.php

    r11419 r11425  
    1616  conf_update_param('TweetThis', implode(',', $conf['TweetThis']));
    1717  array_push($page['infos'], l10n('Information data registered in database'));
     18 
     19  // the prefilter changes, we must delete compiled templatess
     20  $template->delete_compiled_templates();
    1821}
    1922
Note: See TracChangeset for help on using the changeset viewer.