From 4b2a3291278b718db85bd116cb804c8019109799 Mon Sep 17 00:00:00 2001 From: Jan Vlcek Date: Sat, 3 Oct 2009 00:17:31 +0800 Subject: [PATCH] DibiDataSource: removed the final keyword of the __toString() method. --- dibi/libs/DibiDataSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dibi/libs/DibiDataSource.php b/dibi/libs/DibiDataSource.php index 5f023da6..183cf5ac 100644 --- a/dibi/libs/DibiDataSource.php +++ b/dibi/libs/DibiDataSource.php @@ -287,7 +287,7 @@ class DibiDataSource extends DibiObject implements IDataSource * Returns SQL query. * @return string */ - final public function __toString() + public function __toString() { return $this->connection->sql(' SELECT %n', (empty($this->cols) ? '*' : $this->cols), '