1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-22 18:02:25 +01:00
This commit is contained in:
David Grudl 2008-09-11 12:37:41 +00:00
parent 398c7a3500
commit 96c69f5bed

View File

@ -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);
}