Index: trunk/extensions/SemanticForms/specials/SF_FormStart.php |
— | — | @@ -66,8 +66,8 @@ |
67 | 67 | } |
68 | 68 | if ( $page_name != '' ) { |
69 | 69 | // Append the namespace prefix to the page name, |
70 | | - // if a namespace was not already entered. |
71 | | - if ( strpos( $page_name, ":" ) === false && $target_namespace != '' ) |
| 70 | + // if this namespace was not already entered. |
| 71 | + if ( strpos( $page_name, $target_namespace . ":" ) === false && $target_namespace != '' ) |
72 | 72 | $page_name = $target_namespace . ":" . $page_name; |
73 | 73 | // find out whether this page already exists, |
74 | 74 | // and send user to the appropriate form |