Index: trunk/extensions/ImportFreeImages/ImportFreeImages.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | $sk = $wgUser->getSkin(); |
165 | 165 | |
166 | 166 | $wgOut->addHTML("<table cellpadding=4> |
167 | | - <form method='POST' name='uploadphotoform'> |
| 167 | + <form method='POST' name='uploadphotoform' action='" . $importPage->getFullURL() . "'> |
168 | 168 | <input type=hidden name='url' value=''> |
169 | 169 | <input type=hidden name='id' value=''> |
170 | 170 | <input type=hidden name='action' value='submit'> |