doubles images since Version 5.8.3
-
Hi,
since the last update all links without an own image after an link with an image get the same image that the link before.
I have try to fix it in my installation like this:
--- link-library.php_old 2014-05-19 16:36:43.000000000 +0200
+++ link-library.php 2014-05-19 16:35:49.000000000 +0200
@@ -1411,6 +1411,7 @@
foreach ($dragndroparray as $arrayelements) {
switch ($arrayelements) {
case 1: //------------------ Image Output --------------------
+ $imageoutput = '';
if ( (($linkitem['link_image'] != '' || $usethumbshotsforimages)) && ($show_images)) {
$imageoutput = stripslashes($beforeimage) . '<a href="';because it look like there is no reset for the $imapgeoutput variable.
Alex
The topic ‘doubles images since Version 5.8.3’ is closed to new replies.