DavidIQ / ReIMG

phpBB extension for resizing posted images on the client side using JavaScript and a selection of lightbox-style libraries.
https://www.davidiq.com
GNU General Public License v2.0
12 stars 4 forks source link

PHP notice when using PHP 5.4 #17

Closed DavidIQ closed 10 years ago

DavidIQ commented 11 years ago

[phpBB Debug] PHP Notice: in file [ROOT]/includes/functions_reimg.php on line 138: Array to string conversion

Line 138: $images = array_unique($images);

More info: https://www.phpbb.com/customise/db/mod/reimg_image_resizer/support/php_error-t_100356

DavidIQ commented 10 years ago

Fixed in latest commit.