]> git.mxchange.org Git - friendica.git/commit
Fix formatting and PHP notice in mod/photos
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 Jan 2018 21:47:00 +0000 (16:47 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:11:14 +0000 (08:11 -0500)
commit93ca0d79fe3f68e2b9942b1c251475065add2f81
treeee6cb5875582101f2597ebf50981ffb99ba1cd95
parent97bc54cf1bc5b98fa22b8455b60fd278068ae804
Fix formatting and PHP notice in mod/photos

- Use x() and defaults() to fix undefined indexes.
- Add missing fields in SQL query in dropalbum
- Improve file upload error messaging
- Remove unused variables
- Add back undefined variables
- Simplify nested conditions
- Remove unused public/private code block in photo upload and photo edit
mod/photos.php