From 96c69f5bedbd82393df7f057903a56a8367dfb4c Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 11 Sep 2008 12:37:41 +0000 Subject: [PATCH] --- dibi/libs/DibiFluent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dibi/libs/DibiFluent.php b/dibi/libs/DibiFluent.php index 2282bb5..27054cd 100644 --- a/dibi/libs/DibiFluent.php +++ b/dibi/libs/DibiFluent.php @@ -293,7 +293,7 @@ class DibiFluent extends DibiObject */ public function fetchPairs($key = NULL, $value = NULL) { - return $this->connection->query($this->_export())->fetchPairs($key, $value) + return $this->connection->query($this->_export())->fetchPairs($key, $value); }