summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-01-31 12:24:10 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-01-31 12:24:10 +0100
commitf7d281af6797c632cd60a50af766d625438fb2c4 (patch)
tree2ae9e269bc2136346918be4ee06185263dce954e
parent3af09f2acf0baba5cb3e2dbed5d4e2b4aa2b365c (diff)
downloadnextcloud-server-f7d281af6797c632cd60a50af766d625438fb2c4.tar.gz
nextcloud-server-f7d281af6797c632cd60a50af766d625438fb2c4.zip
just return "true" for now
-rw-r--r--lib/installer.php1
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);
}
/**