]> git.mxchange.org Git - friendica.git/commit
Check image property is set in Object\Image
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 9 Jan 2023 15:29:56 +0000 (10:29 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 9 Jan 2023 21:06:22 +0000 (16:06 -0500)
commit14e4c0db8e4ede6e9567893cc1b67f7ccbde0eca
treecdcf3bc465f2adfe35faf0606f69d390dcac0048
parentb77f3a7525aab36fe2179be71fd892e4229ba07d
Check image property is set in Object\Image

- Property was either an object or null, strict comparison with "false" was inaccurate
- Address https://github.com/friendica/friendica/issues/12486#issuecomment-1374888800
src/Object/Image.php