From ae5d81b425620c4ce6797c0514d35afb52eebff9 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet Date: Fri, 4 Jul 2008 10:30:48 +0000 Subject: [PATCH] syntax fix --- includes/LinksUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 7cf74530c1..23fa5eaca7 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -103,7 +103,7 @@ class LinksUpdate { $this->incrTableUpdate( 'imagelinks', 'il', $imageDeletes, $imageInserts ); # Invalidate all image description pages which had links added or removed - $imageUpdates = $imageDeletions + $imageInsertions + $imageUpdates = $imageDeletions + $imageInsertions; $this->invalidateImageDescriptions( $imageUpdates ); # External links -- 2.20.1