bugfix (php7)
-
It isn’t iteration context, and generates an error (die under php 7).
--- watermark-my-image.php 2015-12-18 14:39:26.000000000 +0100 +++ watermark-my-image.php 2015-12-18 14:41:48.000000000 +0100 @@ -685,7 +685,6 @@ $filepath = $upload_dir['basedir'] . DIRECTORY_SEPARATOR . dirname($data['file']) . DIRECTORY_SEPARATOR . $data['sizes'][$size]['file']; } else { // early getaway - continue; } }
- The topic ‘bugfix (php7)’ is closed to new replies.