Fix comments

This commit is contained in:
Tom Needham 2012-03-29 10:17:08 +00:00
parent bd4fd76bfb
commit 73eca66a89
1 changed files with 2 additions and 1 deletions

View 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' );