setting recommended php version to 5.3, not sure why we havnt done that already

This commit is contained in:
Ralf Becker 2012-03-11 09:37:38 +00:00
parent f512d1efae
commit 43092fea2e

View File

@ -73,7 +73,7 @@ class setup
*
* @var string
*/
var $recommended_php_version = '5.2+';
var $recommended_php_version = '5.3+';
function setup($html=False, $translation=False)
{