diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-23 20:01:39 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-23 20:01:39 -0700 |
commit | 06bbf494bb0da1812c7fda0dcea5e8132e4e009f (patch) | |
tree | 6c5bc91b95f74c41120c5f7d3ea2f4ce9cc6a346 /include/photos.php | |
parent | 21b919a76b4bf229985f5ce3973590e95c8bc1bb (diff) | |
download | volse-hubzilla-06bbf494bb0da1812c7fda0dcea5e8132e4e009f.tar.gz volse-hubzilla-06bbf494bb0da1812c7fda0dcea5e8132e4e009f.tar.bz2 volse-hubzilla-06bbf494bb0da1812c7fda0dcea5e8132e4e009f.zip |
profile photo issue on postgres
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index e8f46048c..5e4d755e3 100644 --- a/include/photos.php +++ b/include/photos.php @@ -28,7 +28,8 @@ function photo_upload($channel, $observer, $args) { return $ret; } -// call_hooks('photo_upload_begin', $args); + +//call_hooks('photo_upload_begin', $args); /* * Determine the album to use |