diff options
author | Mario <mario@mariovavti.com> | 2021-01-15 20:52:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-15 20:52:18 +0000 |
commit | e55ea8b126f3da4c119513b018ea8d939fcd3a9f (patch) | |
tree | de1ec13a31095a35a35b6aec222741551887b4e2 /Zotlabs/Module | |
parent | 889581e35be793859963375aeb5a6d7ff2884a60 (diff) | |
download | volse-hubzilla-e55ea8b126f3da4c119513b018ea8d939fcd3a9f.tar.gz volse-hubzilla-e55ea8b126f3da4c119513b018ea8d939fcd3a9f.tar.bz2 volse-hubzilla-e55ea8b126f3da4c119513b018ea8d939fcd3a9f.zip |
undefined variable $filename
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Photo.php b/Zotlabs/Module/Photo.php index 814705a85..041bdf5a2 100644 --- a/Zotlabs/Module/Photo.php +++ b/Zotlabs/Module/Photo.php @@ -147,7 +147,7 @@ class Photo extends \Zotlabs\Web\Controller { ); if($r) { $allowed = (-1); - + $filename = $r[0]['filename']; $u = intval($r[0]['photo_usage']); if($u) { $allowed = 1; |