]> source.dussan.org Git - nextcloud-server.git/commitdiff
just return "true" for now
authorFrank Karlitschek <frank@owncloud.org>
Thu, 31 Jan 2013 11:24:10 +0000 (12:24 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Thu, 31 Jan 2013 11:24:10 +0000 (12:24 +0100)
lib/installer.php

index 9786af45befdf6d2727ff132fcd9a46875f8237a..c86f801b5fcf68cdb59045c59a284879021bdaba 100644 (file)
@@ -257,6 +257,7 @@ class OC_Installer{
                $ocsid=OC_Appconfig::getValue( $app, 'ocsid');
                OC_App::disable($app);
                OC_App::enable($ocsid);
+               return(true);
        }
 
        /**