Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 10:58 PM
Size
669 B
Referenced Files
None
Subscribers
None
--- SpecialRecentchangeslinked.php.62221.php Sun Feb 14 09:38:19 2010
+++ SpecialRecentchangeslinked.php Sun Feb 14 09:50:22 2010
@@ -92,8 +92,8 @@
ChangeTags::modifyDisplayQuery( $tables, $select, $conds, $join_conds,
$query_options, $opts['tagfilter'] );
- // XXX: parent class does this, should we too?
- // wfRunHooks('SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts ) );
+ if ( !wfRunHooks( 'SpecialRecentChangesQuery', array( &$conds, &$tables, &$join_conds, $opts, &$query_options ) ) )
+ return false;
if( $ns == NS_CATEGORY && !$showlinkedto ) {
// special handling for categories

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6012
Default Alt Text
x.diff (669 B)

Event Timeline