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