From f5c62757163e35836809dad123ba783aa04b58a8 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Thu, 19 Jul 2018 17:49:41 +0200 Subject: [PATCH] Bugfix --- lib/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.php b/lib/helpers.php index 3261d6c12..02aa0e1ee 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -101,7 +101,7 @@ function setting($nome, $again = false) */ function flash() { - return \flash(); + return App::flash(); } /**