From 5989c28f29f03dfeb4eef8f130cee60da6fbe37c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 Apr 2019 00:13:26 +0200 Subject: [PATCH] Use global namespace --- Theme/Backend/qa-dashboard.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/qa-dashboard.tpl.php b/Theme/Backend/qa-dashboard.tpl.php index beb5004..c1bd85c 100644 --- a/Theme/Backend/qa-dashboard.tpl.php +++ b/Theme/Backend/qa-dashboard.tpl.php @@ -9,7 +9,7 @@ echo $this->getData('nav')->render(); ?>
- printHtml(count($question->getAnswers())); ?> + printHtml(\count($question->getAnswers())); ?>