From 5811110eebebc7090fe3b641873a656533ec89ce Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 30 May 2010 10:06:05 -0400 Subject: [PATCH] Fix addLock() function signature --- framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php b/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php index d86422be5..3dd66b26d 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php +++ b/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php @@ -148,7 +148,7 @@ class Horde_Db_Adapter_Pdo_Sqlite extends Horde_Db_Adapter_Pdo_Base /** * SELECT ... FOR UPDATE is redundant since the table is locked. */ - public function addLock(&$sql, $options = array()) + public function addLock(&$sql, array $options = array()) { } -- 2.11.0