mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
Merge "Remove useless and misleading comment"
This commit is contained in:
commit
3bed04ee7f
|
@ -35,7 +35,6 @@ abstract class EchoDiscussionParser {
|
||||||
$user = $userID != 0 ? User::newFromId( $userID ) : User::newFromName( $userName, false );
|
$user = $userID != 0 ? User::newFromId( $userID ) : User::newFromName( $userName, false );
|
||||||
|
|
||||||
foreach ( $interpretation as $action ) {
|
foreach ( $interpretation as $action ) {
|
||||||
// These two event types are disabled temporarily, there is no need to process them
|
|
||||||
if ( $action['type'] == 'add-comment' ) {
|
if ( $action['type'] == 'add-comment' ) {
|
||||||
$fullSection = $action['full-section'];
|
$fullSection = $action['full-section'];
|
||||||
$header = self::extractHeader( $fullSection );
|
$header = self::extractHeader( $fullSection );
|
||||||
|
|
Loading…
Reference in a new issue