ws only cleanup
This commit is contained in:
parent
ec0db4debd
commit
b15cccb688
4 changed files with 46 additions and 46 deletions
|
|
@ -186,7 +186,7 @@ class ApiMain extends ApiBase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get the ApiResult object asscosiated with current request
|
||||
* Get the ApiResult object associated with current request
|
||||
*/
|
||||
public function getResult() {
|
||||
return $this->mResult;
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ abstract class UploadBase {
|
|||
return true;
|
||||
}
|
||||
|
||||
// Upload handlers. Should probably just be a global
|
||||
// Upload handlers. Should probably just be a global.
|
||||
static $uploadHandlers = array( 'Stash', 'File', 'Url' );
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue