Skip to content

Commit

Permalink
fix $success_response in FolderController
Browse files Browse the repository at this point in the history
  • Loading branch information
streamtw committed Apr 19, 2017
1 parent 048c7ce commit 741622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/FolderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getAddfolder()
return parent::error('folder-alnum');
} else {
parent::createFolderByPath($path);
return $this->success_response;
return parent::$success_response;
}
}
}

0 comments on commit 741622f

Please sign in to comment.