Index: trunk/extensions/InputBox/InputBox.classes.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | |
133 | 133 | $checkedNS = array(); |
134 | 134 | # Namespace needs to be checked if flagged with "**" |
135 | | - if ( strstr( $userNS, '**' ) ) { |
| 135 | + if ( strpos( $userNS, '**' ) ) { |
136 | 136 | $userNS = str_replace( '**', '', $userNS ); |
137 | 137 | $checkedNS[$userNS] = true; |
138 | 138 | } |