diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-01-31 12:24:10 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-01-31 12:24:10 +0100 |
commit | f7d281af6797c632cd60a50af766d625438fb2c4 (patch) | |
tree | 2ae9e269bc2136346918be4ee06185263dce954e /lib/installer.php | |
parent | 3af09f2acf0baba5cb3e2dbed5d4e2b4aa2b365c (diff) | |
download | nextcloud-server-f7d281af6797c632cd60a50af766d625438fb2c4.tar.gz nextcloud-server-f7d281af6797c632cd60a50af766d625438fb2c4.zip |
just return "true" for now
Diffstat (limited to 'lib/installer.php')
-rw-r--r-- | lib/installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/installer.php b/lib/installer.php index 9786af45bef..c86f801b5fc 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -257,6 +257,7 @@ class OC_Installer{ $ocsid=OC_Appconfig::getValue( $app, 'ocsid'); OC_App::disable($app); OC_App::enable($ocsid); + return(true); } /** |