Index: trunk/extensions/DidYouMean/DidYouMean.php |
— | — | @@ -226,7 +226,7 @@ |
227 | 227 | return true; |
228 | 228 | } |
229 | 229 | |
230 | | -function dymArticleUndelete( &$title, &$create ) { |
| 230 | +function wfDymArticleUndelete( &$title, &$create ) { |
231 | 231 | |
232 | 232 | if ($create == false || $title->getNamespace() != 0) |
233 | 233 | return true; |