(bug 25174) Add equal sign to boolean parameters in examples, so that the examples...
[lhc/web/wiklou.git] / includes / api / ApiMove.php
index 13b54da..c5cbe5e 100644 (file)
@@ -243,7 +243,7 @@ class ApiMove extends ApiBase {
 
        protected function getExamples() {
                return array(
-                       'api.php?action=move&from=Exampel&to=Example&token=123ABC&reason=Misspelled%20title&movetalk&noredirect'
+                       'api.php?action=move&from=Exampel&to=Example&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect='
                );
        }