aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-05 16:00:05 -0800
committerfriendica <info@friendica.com>2014-01-05 16:00:05 -0800
commit061894d37f9883c8c5033a2e75337660dbc39ad9 (patch)
tree4fa019d65ee90c5516afc37dcab812869ddb156d /mod
parentd920e212ac40e3a67ec01dcc9926acbf4b844cf5 (diff)
downloadvolse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.tar.gz
volse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.tar.bz2
volse-hubzilla-061894d37f9883c8c5033a2e75337660dbc39ad9.zip
reddav - basic mkdir support - needs more work to be robust
Diffstat (limited to 'mod')
-rw-r--r--mod/cloud.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/cloud.php b/mod/cloud.php
index 024aa9ef3..1b2b65d05 100644
--- a/mod/cloud.php
+++ b/mod/cloud.php
@@ -51,6 +51,8 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic {
public $channel_hash = '';
public $observer = '';
+ public $owner_id;
+
protected function validateUserPass($username, $password) {
require_once('include/auth.php');
$record = account_verify_password($email,$pass);