X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Flogging%2FPatrolLog.php;h=9392220eb83f17e97f8a8523222589791105bcf8;hb=260a734173bcc6b414aafb92de559505fe47bafc;hp=d737a4b1e1e55d141c18a1a0d6e9fe8c7d68d7b6;hpb=8c96aec32cffaab96b2bd9dca206a99a13640545;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/PatrolLog.php b/includes/logging/PatrolLog.php index d737a4b1e1..9392220eb8 100644 --- a/includes/logging/PatrolLog.php +++ b/includes/logging/PatrolLog.php @@ -63,7 +63,7 @@ class PatrolLog { $entry->setTarget( $rc->getTitle() ); $entry->setParameters( self::buildParams( $rc, $auto ) ); $entry->setPerformer( $user ); - $entry->setTags( $tags ); + $entry->addTags( $tags ); $logid = $entry->insert(); if ( !$auto ) { $entry->publish( $logid, 'udp' );