Changeset 19465


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

Location:
extensions/PayPalShoppingCart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/PayPalShoppingCart/admin.php

    r19464 r19465  
    116116       pwg_query($query);
    117117     }
     118
     119     array_push(
     120       $page['infos'],
     121       l10n('Your configuration settings are saved')
     122       );
    118123   }
    119124   
  • 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.