diff options
author | friendica <info@friendica.com> | 2014-01-07 18:47:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-07 18:47:33 -0800 |
commit | 401183780540812929e35a59348b7f2e347d4b8f (patch) | |
tree | 4df2d28c28a0d7af35419ed57f983cc306a674d5 /include/account.php | |
parent | b8564134aaffc2ebe35fecd5dae4fd0f6523eb53 (diff) | |
download | volse-hubzilla-401183780540812929e35a59348b7f2e347d4b8f.tar.gz volse-hubzilla-401183780540812929e35a59348b7f2e347d4b8f.tar.bz2 volse-hubzilla-401183780540812929e35a59348b7f2e347d4b8f.zip |
more work on dav - deletion and a bit more progress on OS storage
Diffstat (limited to 'include/account.php')
-rw-r--r-- | include/account.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/account.php b/include/account.php index ab442ab39..b3dbb7023 100644 --- a/include/account.php +++ b/include/account.php @@ -111,6 +111,7 @@ function create_account($arr) { $expires = ((x($arr,'expires')) ? intval($arr['expires']) : '0000-00-00 00:00:00'); $default_service_class = get_config('system','default_service_class'); + if($default_service_class === false) $default_service_class = ''; |