Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | // If the form page is a redirect, use the other form |
112 | 112 | // instead. |
113 | 113 | if ( $form_title->isRedirect() ) { |
114 | | - $form_title = Title::newFromRedirect( $form_definition ); |
| 114 | + $form_title = Title::newFromRedirectRecurse( $form_definition ); |
115 | 115 | $form_article = new Article( $form_title, 0 ); |
116 | 116 | $form_definition = $form_article->getContent(); |
117 | 117 | } |