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;