[Pkg-owncloud-commits] [owncloud] 20/75: Fix typo in getting var from config
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.
commit 9c166dba505197f572b3f53239de058c2c8228d7
Author: Brice Maron <brice at bmaron.net>
Date: Sun Oct 16 21:08:07 2011 +0200
Fix typo in getting var from config
---
lib/setup.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/setup.php b/lib/setup.php
index a6730a8..255925b 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -82,7 +82,7 @@ class OC_Setup {
$dbpass = $options['dbpass'];
$dbname = $options['dbname'];
$dbhost = $options['dbhost'];
- $dbtableprefix = OC_Config::gsetValue('dbtableprefix','oc_');
+ $dbtableprefix = OC_Config::getValue('dbtableprefix','oc_');
OC_Config::setValue('dbname', $dbname);
OC_Config::setValue('dbhost', $dbhost);
OC_Config::setValue('dbtableprefix', $dbtableprefix);
--
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