[Pkg-owncloud-commits] [owncloud] 36/52: Also merge autoconfig variables into $_REQUEST.

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 2ec085b51fc5f3652fc4381db5944e7b035eaf0a
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Fri Nov 29 16:24:48 2013 +0100

    Also merge autoconfig variables into $_REQUEST.
---
 core/setup.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/setup.php b/core/setup.php
index 4026a74..781d6e5 100644
--- a/core/setup.php
+++ b/core/setup.php
@@ -6,6 +6,7 @@ if( file_exists( $autosetup_file )) {
 	OC_Log::write('core', 'Autoconfig file found, setting up owncloud...', OC_Log::INFO);
 	include $autosetup_file;
 	$_POST = array_merge ($_POST, $AUTOCONFIG);
+	$_REQUEST = array_merge ($_REQUEST, $AUTOCONFIG);
 }
 
 $dbIsSet = isset($_POST['dbtype']);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list