diff --git a/src/includes/functions.php b/src/includes/functions.php index 5827514a..11b8f632 100644 --- a/src/includes/functions.php +++ b/src/includes/functions.php @@ -631,7 +631,7 @@ function withoutAccents($string){ **/ function getCallableName($callable) { if (is_string($callable)) { - return $callable; + return $callable.'()'; } elseif(is_array($callable) && count($callable)==2) { if (is_string($callable[0])) {