From 33815ae5c7121bcf349a30ebdd77846d1b826f34 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Thu, 27 Aug 2015 04:31:23 +0200 Subject: [PATCH] Little fix on View --- src/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.php b/src/View.php index e6da3ea..a1bea2d 100644 --- a/src/View.php +++ b/src/View.php @@ -605,7 +605,7 @@ class View { $_SESSION['flash_txt']=''; - return View::load_view(array($text), 'common/utilities/flash'); + return View::load_view(array($text), 'common/utils/flash'); } }