Index: branches/wmf/1.16wmf4/includes/specials/SpecialSearch.php |
— | — | @@ -100,6 +100,8 @@ |
101 | 101 | if( !is_null( $t ) ) { |
102 | 102 | global $wgGoToEdit; |
103 | 103 | wfRunHooks( 'SpecialSearchNogomatch', array( &$t ) ); |
| 104 | + wfDebugLog( 'nogomatch', $t->getText(), false ); |
| 105 | + |
104 | 106 | # If the feature is enabled, go straight to the edit page |
105 | 107 | if( $wgGoToEdit ) { |
106 | 108 | $wgOut->redirect( $t->getFullURL( array( 'action' => 'edit' ) ) ); |