From: Chuck Hagenbuch Date: Sun, 30 May 2010 14:06:05 +0000 (-0400) Subject: Fix addLock() function signature X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5811110eebebc7090fe3b641873a656533ec89ce;p=horde.git Fix addLock() function signature --- 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()) { }