Merge "allow combined width/height param in {{filepath:}}"
[lhc/web/wiklou.git] / includes / api / ApiMove.php
index 1fd81ab..55148b1 100644 (file)
@@ -177,7 +177,10 @@ class ApiMove extends ApiBase {
                                ApiBase::PARAM_TYPE => 'string',
                                ApiBase::PARAM_REQUIRED => true
                        ),
-                       'token' => null,
+                       'token' => array(
+                               ApiBase::PARAM_TYPE => 'string',
+                               ApiBase::PARAM_REQUIRED => true
+                       ),
                        'reason' => '',
                        'movetalk' => false,
                        'movesubpages' => false,