From 618c369433a79f3e70a4ee78689a8444bde5eb87 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 26 Apr 2021 14:02:41 +0200 Subject: [PATCH] Version 0.9.5 beta - bugfix for the request parameters --- core/a/pageination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/a/pageination.php b/core/a/pageination.php index 55cfe86..73d816b 100755 --- a/core/a/pageination.php +++ b/core/a/pageination.php @@ -32,7 +32,7 @@ abstract class Pageination implements IPageination private static function setUriPaginationPath() { - self::$_uri_pagination_path = '/' . Router::getInstance()->currentPage() . '/' . Controller::getInstance()->getRequest()['_action'] . '/'; + self::$_uri_pagination_path = '/' . Router::getInstance()->currentPage() . '/' . Controller::getInstance()->getRequest("")['_action'] . '/'; } /**