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

This commit is contained in:
vAugagneur
2012-03-05 13:27:54 +00:00
parent 269d8e6809
commit 0f1485d358
+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');
}
}