mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Correct the documentation of publishEntry() method
The publish() method that it resembles is not a method defined in the LogEntry class, and not even in LogEntryBase class. It is defined in the ManualLogEntry class. Let's reference it correctly. Change-Id: I60cfceac7c19047e299cf9f704dda8d8ef2f2ba6
This commit is contained in:
parent
1600cdb1f9
commit
9c9d2885a4
|
@ -1197,7 +1197,7 @@ class AbuseFilterRunner {
|
|||
}
|
||||
|
||||
/**
|
||||
* Like LogEntry::publish, but doesn't require an ID (which we don't have) and skips the
|
||||
* Like ManualLogEntry::publish, but doesn't require an ID (which we don't have) and skips the
|
||||
* tagging part
|
||||
*
|
||||
* @param IDatabase $dbw To cancel the callback if the log insertion fails
|
||||
|
|
Loading…
Reference in a new issue