Index: branches/wmf/1.16wmf4/extensions/AbuseFilter/ApiQueryAbuseLog.php |
— | — | @@ -83,8 +83,8 @@ |
84 | 84 | |
85 | 85 | $this->addWhereRange( 'afl_timestamp', $params['dir'], $params['start'], $params['end'] ); |
86 | 86 | |
87 | | - $db = $this->getDatabase(); |
88 | | - $notDeletedCond = SpecialAbuseLog::getNotDeletedCondition($db); |
| 87 | + $db = $this->getDB(); |
| 88 | + $notDeletedCond = SpecialAbuseLog::getNotDeletedCond($db); |
89 | 89 | |
90 | 90 | $this->addWhereIf( array( 'afl_user_text' => $params['user'] ), isset( $params['user'] ) ); |
91 | 91 | $this->addWhereIf( array( 'afl_filter' => $params['filter'] ), isset( $params['filter'] ) ); |
Property changes on: branches/wmf/1.16wmf4/extensions/AbuseFilter |
___________________________________________________________________ |
Modified: svn:mergeinfo |
92 | 92 | Merged /trunk/extensions/AbuseFilter:r71852 |