Index: trunk/extensions/DidYouMean/DidYouMean.hooks.php |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | DidYouMean::doDelete( $article->getID() );
|
164 | 164 | } else {
|
165 | 165 | if (!empty( $wgParser->mDymRedirBeforeEdit ) || $flags & EDIT_NEW)
|
166 | | - DidYouMean:doInsert( $article->getID(), $article->getTitle()->getText() );
|
| 166 | + DidYouMean::doInsert( $article->getID(), $article->getTitle()->getText() );
|
167 | 167 | }
|
168 | 168 |
|
169 | 169 | $wgParser->mDymRedirBeforeEdit = false;
|
— | — | @@ -191,4 +191,4 @@ |
192 | 192 | $tables[] = 'dymnorm';
|
193 | 193 | return true;
|
194 | 194 | }
|
195 | | -} |
\ No newline at end of file |
| 195 | +}
|