Skip to content

Commit

Permalink
fix param issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peinhu committed Jul 13, 2016
1 parent e451df5 commit 6df5d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseUploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract public function downloadResource($resourceName,$newName);

abstract public function cleanUpDir();

abstract protected function reportError($message = "");
abstract protected function reportError($message = "",$deleteFiles = false);

abstract protected function returnResult();

Expand Down

0 comments on commit 6df5d44

Please sign in to comment.