Ignore:
Timestamp:
Dec 17, 2012, 4:12:25 PM (11 years ago)
Author:
plg
Message:

Bug fixed: force compiled template deletion on automatic update

Add confirmation message on albums administration screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PayPalShoppingCart/include/install.inc.php

    r19464 r19465  
    1616function ppppp_install()
    1717{
    18   global $conf, $prefixeTable;
     18  global $conf, $prefixeTable, $template;
    1919
    2020  $tables = ppppp_get_tables();
     
    7979    conf_update_param('PayPalShoppingCart', $default_config);
    8080    $conf['PayPalShoppingCart'] = $default_config;
     81
     82    $template->delete_compiled_templates();
    8183  }
    8284}
Note: See TracChangeset for help on using the changeset viewer.