From 061894d37f9883c8c5033a2e75337660dbc39ad9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Jan 2014 16:00:05 -0800 Subject: reddav - basic mkdir support - needs more work to be robust --- mod/cloud.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') 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); -- cgit v1.2.3