]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix comments
authorTom Needham <needham.thomas@gmail.com>
Thu, 29 Mar 2012 10:17:08 +0000 (10:17 +0000)
committerTom Needham <needham.thomas@gmail.com>
Thu, 29 Mar 2012 10:17:08 +0000 (10:17 +0000)
lib/migrate.php

index b16b84b2a4b83e6b9fb6cf6369c866b3bd4e1d6c..fe5ac45600557620fba6064b97145a91f5687cbd 100644 (file)
@@ -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' );