]> git.mxchange.org Git - mailer.git/commitdiff
Missing argument in installation phase added
authorRoland Häder <roland@mxchange.org>
Wed, 29 Jun 2011 19:39:10 +0000 (19:39 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 29 Jun 2011 19:39:10 +0000 (19:39 +0000)
inc/install-inc.php

index 84fdb9b3d241ef7566b42b04c35c29936f1867d1..681e7c14aa5bf0f802276cad573ab586cb6f0aad 100644 (file)
@@ -51,7 +51,7 @@ loadExtension('timezone', 'test');
 setConfigEntry('timezone', 'Europe/Berlin');
 
 // And init timezone
-FILTER_INIT_TIMEZONE();
+FILTER_INIT_TIMEZONE(array());
 
 // Init variables
 $GLOBALS['install_mysql'] = array();