From 024fbfe068c9408e01861dbee1f2be63fbbea63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Tue, 12 Mar 2013 10:30:44 +0100 Subject: [PATCH] // small installer fix --- classes/ConfigurationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ConfigurationTest.php b/classes/ConfigurationTest.php index c7782c2bc..c8a070fee 100644 --- a/classes/ConfigurationTest.php +++ b/classes/ConfigurationTest.php @@ -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() {