[Pkg-owncloud-commits] [owncloud] 25/49: Correct property name. It's just 'tableprefix', without the 'db' prefix.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:54 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 bfd0dc331479ae675ecb10c8428916dbfcca796a
Author: Andreas Fischer <bantu at owncloud.com>
Date: Wed Nov 27 00:08:07 2013 +0100
Correct property name. It's just 'tableprefix', without the 'db' prefix.
---
lib/private/setup/oci.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/setup/oci.php b/lib/private/setup/oci.php
index 326d7a0..f53d986 100644
--- a/lib/private/setup/oci.php
+++ b/lib/private/setup/oci.php
@@ -115,7 +115,7 @@ class OCI extends AbstractDatabase {
}
$query = "SELECT count(*) FROM user_tables WHERE table_name = :un";
$stmt = oci_parse($connection, $query);
- $un = $this->dbtableprefix.'users';
+ $un = $this->tableprefix.'users';
oci_bind_by_name($stmt, ':un', $un);
if (!$stmt) {
$entry = $this->trans->t('DB Error: "%s"', array(oci_error($connection))) . '<br />';
--
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