From dbe79ae57b3fa639885778371c63f6e0f66baa9c Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 24 Feb 2010 06:51:21 +0100 Subject: [PATCH] DibiResult: convert() is protected --- dibi/libs/DibiResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dibi/libs/DibiResult.php b/dibi/libs/DibiResult.php index 9b152dd2..d9315cd5 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -549,7 +549,7 @@ class DibiResult extends DibiObject implements IDataSource * @param int type * @return mixed */ - final public function convert($value, $type) + protected function convert($value, $type) { if ($value === NULL || $value === FALSE) { return NULL;