diff --git a/system/db/connection.php b/system/db/connection.php index e61bdcb0..459886d5 100644 --- a/system/db/connection.php +++ b/system/db/connection.php @@ -78,10 +78,8 @@ class Connection { { return $query->rowCount(); } - else - { - return $result; - } + + return $result; } /**