diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-03-29 10:17:08 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-03-29 10:17:08 +0000 |
commit | 73eca66a892ade0894e35fb4b57d7b45a5e1c872 (patch) | |
tree | 6680dcf0111ba4db45080746a273bd981992abd0 /lib/migrate.php | |
parent | bd4fd76bfb94a7b4af0f85838ac9e539e730fa5d (diff) | |
download | nextcloud-server-73eca66a892ade0894e35fb4b57d7b45a5e1c872.tar.gz nextcloud-server-73eca66a892ade0894e35fb4b57d7b45a5e1c872.zip |
Fix comments
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index b16b84b2a4b..fe5ac456005 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -75,7 +75,8 @@ class OC_Migrate{ * @breif exports a user, or owncloud instance * @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 + * @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' ); |