Little fix on View

This commit is contained in:
Antonio de la Rosa 2015-08-27 04:31:23 +02:00
parent fd61da4b7b
commit 33815ae5c7

View file

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