diff options
author | Georg Ehrke <ownclouddev@georgswebsite.de> | 2011-11-20 11:41:58 +0100 |
---|---|---|
committer | Georg Ehrke <ownclouddev@georgswebsite.de> | 2011-11-20 11:41:58 +0100 |
commit | 6c4692380fa0bd220610306bee1aa425a2c324b7 (patch) | |
tree | 6c70e3bbb60c08a443868cb9850e25f241adcd56 /lib/config.php | |
parent | 3d498002d040603778efbbd558a4d25c6d6734a4 (diff) | |
parent | 7df9d934caecfdbc6e316d79e37d37ebd52bdda6 (diff) | |
download | nextcloud-server-6c4692380fa0bd220610306bee1aa425a2c324b7.tar.gz nextcloud-server-6c4692380fa0bd220610306bee1aa425a2c324b7.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar
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; } |