diff --git a/inc/page.php b/inc/page.php index 2a0227e..d606a69 100644 --- a/inc/page.php +++ b/inc/page.php @@ -158,7 +158,7 @@ class Page { $st->execute(); - $rows = $st->fetchAll(); + $rows = $st->fetchAll(PDO::FETCH_ASSOC); $st->closeCursor();