From f3d06fc03f7c3c78e4d39d0c6454c66877828a6a Mon Sep 17 00:00:00 2001 From: dleffler Date: Thu, 14 Jan 2021 15:52:55 -0500 Subject: [PATCH] regression fix paginator not formatting output of dates (order report, etc...) --- framework/core/subsystems/expPaginator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/subsystems/expPaginator.php b/framework/core/subsystems/expPaginator.php index d6b4dd0eb4..ef7e3ee386 100755 --- a/framework/core/subsystems/expPaginator.php +++ b/framework/core/subsystems/expPaginator.php @@ -95,6 +95,7 @@ class expPaginator extends expSubsystem { public $records = array(); public $cats = array(); public $sort_dropdown = array(); + public $format = array(); public $linkables = array(); /**