diff --git a/lib/copy_this/www/lib/framework/db.php b/lib/copy_this/www/lib/framework/db.php index 651b62c75..46887aed4 100644 --- a/lib/copy_this/www/lib/framework/db.php +++ b/lib/copy_this/www/lib/framework/db.php @@ -665,7 +665,7 @@ class DB extends \PDO * @param PDOStatement $result * @return array */ - public function getAssocArray( PDOStatement $result) + public function getAssocArray(PDOStatement $result) { return $result->fetch(); }