summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/importmediawiki.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/importmediawiki.sh b/bin/importmediawiki.sh
index b520dc321..df1b4c7ae 100755
--- a/bin/importmediawiki.sh
+++ b/bin/importmediawiki.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
cd "`dirname $0`"
-./apicall.sh /IndexImportMediawiki_p.html?file=$1 > /dev/null
+./protectedPostApiCall.sh "IndexImportMediawiki_p.html" "file=$1"