Skip to content
Snippets Groups Projects
Commit 73eca66a authored by Tom Needham's avatar Tom Needham
Browse files

Fix comments

parent bd4fd76b
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ class OC_Migrate{
* @param ootional $type string type of export, defualts to user
* @param otional $path string path to zip output folder
* @param optional $uid string user id of user to export if export type is user, defaults to current
* @return false on error, path to zip on success
*/
public static function export( $type='user', $path=null, $uid=null ){
$datadir = OC_Config::getValue( 'datadirectory' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment