From cb8f0a0e0f45629d5690f852cbfa7a01b9220f0b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 5 Aug 2015 20:54:32 -0700 Subject: uploaded photo from dav (file put, not dav create) not showing in photo album --- include/RedDAV/RedFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/RedDAV') diff --git a/include/RedDAV/RedFile.php b/include/RedDAV/RedFile.php index 0a021b5ed..d4eb6812a 100644 --- a/include/RedDAV/RedFile.php +++ b/include/RedDAV/RedFile.php @@ -167,7 +167,7 @@ class RedFile extends DAV\Node implements DAV\IFile { if($is_photo) { require_once('include/photos.php'); $args = array( 'resource_id' => $this->data['hash'], 'album' => $album, 'os_path' => $f, 'filename' => $r[0]['filename'], 'getimagesize' => $gis ); - $p = photo_upload($c[0],$this->auth->observer,$args); + $p = photo_upload($c[0],get_app()->get_observer(),$args); } // update the folder's lastmodified timestamp -- cgit v1.2.3