Ignore:
Timestamp:
Dec 23, 2010, 3:34:14 AM (13 years ago)
Author:
rub
Message:

Add delete_compiled_templates on plugin update version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins_update.php

    r8126 r8245  
    6767      $plugins->perform_action('activate', $plugin_id);
    6868    }
     69
     70    $template->delete_compiled_templates();
     71
    6972    redirect($base_url.'&plugin='.$plugin_id.'&upgradestatus='.$upgrade_status);
    7073  }
Note: See TracChangeset for help on using the changeset viewer.