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'); } }