aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r--Zotlabs/Module/Photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php
index 29265050b..13ec64ab9 100644
--- a/Zotlabs/Module/Photos.php
+++ b/Zotlabs/Module/Photos.php
@@ -273,7 +273,7 @@ class Photos extends \Zotlabs\Web\Controller {
$ph->save($arr);
- unset($arr['photo_usage']);
+ unset($arr['os_syspath']);
if($width > 1024 || $height > 1024)
$ph->scaleImage(1024);