diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-12-14 23:04:42 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-12-15 00:43:46 +0100 |
commit | f39454ed12018402f38a8f6bf99fc94d676a0a3a (patch) | |
tree | 096e5a5263809359693517a6f90b0d433f6fcd61 /lib/migrate.php | |
parent | 8256650da881214e652353c9b79a5ba7964965e5 (diff) | |
download | nextcloud-server-f39454ed12018402f38a8f6bf99fc94d676a0a3a.tar.gz nextcloud-server-f39454ed12018402f38a8f6bf99fc94d676a0a3a.zip |
Fix "Line indented incorrectly"
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index 2cc0a3067b8..f41441bedbb 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -78,7 +78,7 @@ class OC_Migrate{ * @param otional $path string path to zip output folder * @return false on error, path to zip on success */ - public static function export( $uid=null, $type='user', $path=null ) { + public static function export( $uid=null, $type='user', $path=null ) { $datadir = OC_Config::getValue( 'datadirectory' ); // Validate export type $types = array( 'user', 'instance', 'system', 'userfiles' ); |