[-] BO : fixed bug #PSFV-616 - SVN #13826 rewriting fatal error

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13836 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-03-05 13:27:54 +00:00
parent 27dd4be97d
commit d04a4c2d74
+1 -1
View File
@@ -2224,7 +2224,7 @@ FileETag INode MTime Size
public static function modRewriteActive()
{
return (in_array('mod_rewrite', apache_get_modules()) ? true : false);
return Tools::apacheModExists('mod_rewrite');
}
}