diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-12-11 23:42:22 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-12-11 23:42:22 +0100 |
commit | 9fdd1bafdc2aafcf27b939ba259818830f2df25e (patch) | |
tree | e3adba60b879b3b6199abbbd5457807435ff4791 /lib/config.php | |
parent | efecb694eff7129d1ca24627ac366f3bcc939864 (diff) | |
parent | 5e711f37ca3f009317a3c8cd0e47ed4f15922142 (diff) | |
download | nextcloud-server-9fdd1bafdc2aafcf27b939ba259818830f2df25e.tar.gz nextcloud-server-9fdd1bafdc2aafcf27b939ba259818830f2df25e.zip |
Merge branch 'master' into filesystem
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php index 2c82036257f..8d03271b3ea 100644 --- a/lib/config.php +++ b/lib/config.php @@ -94,7 +94,6 @@ class OC_Config{ // Write changes self::writeData(); - return true; } |