From ad659d1e525db2a862da44028b2a8fd41608cff9 Mon Sep 17 00:00:00 2001 From: Bruno Date: Wed, 27 Jul 2016 19:13:58 -0400 Subject: [PATCH] Reference to home.php moved from /content to /page --- controller/action/ContentActions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/action/ContentActions.class.php b/controller/action/ContentActions.class.php index 57f0c4ee..17234f46 100644 --- a/controller/action/ContentActions.class.php +++ b/controller/action/ContentActions.class.php @@ -15,7 +15,7 @@ class ContentActions extends Actions public static function executeHome() { - return ['content/home', [ + return ['page/home', [ 'totalUSD' => CreditApi::getTotalDollarSales(), 'totalPeople' => CreditApi::getTotalPeople() ]];