r44958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44957‎ | r44958 | r44959 >
Date:17:53, 23 December 2008
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_AddPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_AddPage.php
@@ -44,7 +44,7 @@
4545 // Is this logic necessary? Or should we just
4646 // out-guess the user and always send to the
4747 // standard form-edit page, with the 'correct' form?
48 - $default_form_name = SFUtils::getFormForArticle($article);
 48+ $default_form_name = SFLinkUtils::getFormForArticle($article);
4949 if ($form_name == $default_form_name) {
5050 $redirect_url = $page_title->getLocalURL('action=formedit');
5151 } else {

Status & tagging log