Avoid usage of deprecated setTags() method, use addTags() instead
[lhc/web/wiklou.git] / includes / filerepo / file / LocalFile.php
index 54fc251..3fe7889 100644 (file)
@@ -1758,7 +1758,7 @@ class LocalFile extends File {
 
                                        # Add change tags, if any
                                        if ( $tags ) {
-                                               $logEntry->setTags( $tags );
+                                               $logEntry->addTags( $tags );
                                        }
 
                                        # Uploads can be patrolled