diff options
-rw-r--r-- | ratatoeskr/frontend.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 ""; }; } |