Merged in botanic/rc-botanic-webdev (pull request #39)

additional fix's for AMS
This commit is contained in:
Matthew Lagoe 2013-10-25 22:59:57 -07:00
commit c3697b9f53
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ class Helpers{
$smarty -> debugging = false;
// caching must be disabled for multi-language support
$smarty -> caching = false;
$smarty -> cache_lifetime = 120;
$smarty -> cache_lifetime = 5;
//needed by smarty.
helpers :: create_folders ();

View file

@ -13,6 +13,7 @@
error_reporting( E_ALL );
$return = array();
$return['no_visible_elements'] = false;
helpers :: loadTemplate( "install" , $return );
exit;