// small installer fix
This commit is contained in:
@@ -311,7 +311,7 @@ class ConfigurationTestCore
|
||||
if (!$path = @ini_get('session.save_path'))
|
||||
return true;
|
||||
|
||||
return ConfigurationTest::test_dir($path);
|
||||
return is_writable($path);
|
||||
}
|
||||
public static function test_dom()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user