diff --git a/author.php b/author.php index b498658..60235fb 100644 --- a/author.php +++ b/author.php @@ -68,7 +68,8 @@ order by substr (upper (sort), 1, 1)'); } public static function getEntryArray ($query, $params) { - list ($totalNumber, $result) = parent::executeQuery ($query, self::AUTHOR_COLUMNS, "", $params, -1); + $result = parent::executeQuery ($query, self::AUTHOR_COLUMNS, "", $params, -1); + $result = $result [1]; $entryArray = array(); while ($post = $result->fetchObject ()) {