Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -118,6 +118,8 @@ |
119 | 119 | if( !is_null( $t ) ) { |
120 | 120 | global $wgGoToEdit; |
121 | 121 | wfRunHooks( 'SpecialSearchNogomatch', array( &$t ) ); |
| 122 | + wfDebugLog( 'nogomatch', $t->getText(), false ); |
| 123 | + |
122 | 124 | # If the feature is enabled, go straight to the edit page |
123 | 125 | if( $wgGoToEdit ) { |
124 | 126 | $wgOut->redirect( $t->getFullURL( array( 'action' => 'edit' ) ) ); |