From 88dec12bc4c0731d0721a499fee33819f6a76de1 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 22 Sep 2020 22:19:13 +0200 Subject: Fix inconsistent return type --- ratatoeskr/frontend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index de017dc..473ed8a 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -653,6 +653,7 @@ function make_on_anything_tag($field) } return $sub($ste); } + return ""; }; } -- cgit v1.2.3-54-g00ecf