projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f67a1
)
...and fix method call
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 19 May 2010 18:33:16 +0000
(14:33 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 19 May 2010 18:33:16 +0000
(14:33 -0400)
ansel/lib/Storage.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Storage.php
b/ansel/lib/Storage.php
index
f1b85f1
..
76a7bda
100644
(file)
--- a/
ansel/lib/Storage.php
+++ b/
ansel/lib/Storage.php
@@
-359,7
+359,7
@@
class Ansel_Storage
$sql = 'SELECT share_id FROM ' . $this->_shares->getTable()
. ' WHERE attribute_slug IN (' . str_repeat('?, ', count($slugs) - 1) . '?)';
- $stmt = $this->_shares->getReadDb->prepare($sql);
+ $stmt = $this->_shares->getReadDb
()
->prepare($sql);
if ($stmt instanceof PEAR_Error) {
throw new Horde_Exception($stmt->getMessage());
}