From 571fa3c684d7ea805540e8ea78b207f9419f341c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschla=CC=88nder?= Date: Wed, 19 Apr 2017 15:33:47 +0200 Subject: [PATCH] SPR-814: remove comment --- tpl/nav-page-quality-tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/nav-page-quality-tasks.php b/tpl/nav-page-quality-tasks.php index 1a14ccf..2a1977c 100755 --- a/tpl/nav-page-quality-tasks.php +++ b/tpl/nav-page-quality-tasks.php @@ -13,7 +13,7 @@ } if ($qc) { echo "
  • ".tpl_getLang('quality_trigger')."0"; - //$qc->tplErrorCount(); + $qc->tplErrorCount(); echo "
  • "; } if ($doPlugin !== null ) {