From 349d69c1bea205ad0aea0a15ea91200864ff86f5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 27 Oct 2023 16:19:39 +0200 Subject: [PATCH] spaces typo --- db/result/ResultMysqli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/result/ResultMysqli.php b/db/result/ResultMysqli.php index c36216e..81668e8 100644 --- a/db/result/ResultMysqli.php +++ b/db/result/ResultMysqli.php @@ -65,7 +65,7 @@ class ResultMysqli extends \SYSTEM\DB\Result{ * @param int $result_type Mysql Fetch result Type * @return array Returns an array(object) containing the next line */ - public function next($object = false, $result_type = MYSQLI_BOTH){ + public function next($object = false, $result_type = MYSQLI_BOTH){ if($object){ $this->current = mysqli_fetch_object($this->res); } else {