From e44e33a6d705c2a59da67792c825cffca3b1d1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Wed, 4 Jan 2017 15:16:26 +0100 Subject: [PATCH] fix: fix some smaller typos / variable names --- tpl/nav-page-quality-tasks.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tpl/nav-page-quality-tasks.php b/tpl/nav-page-quality-tasks.php index 6a8ba4e..377087e 100755 --- a/tpl/nav-page-quality-tasks.php +++ b/tpl/nav-page-quality-tasks.php @@ -3,7 +3,10 @@ ?> "; @@ -13,9 +16,9 @@ $qc->tplErrorCount(); echo ""; } - if ($doplugin !== null ) { - $tasks = $doplugin->getPageTaskCount(); - $num = $tasks[count]; + if ($doPlugin !== null ) { + $count = $doPlugin->getPageTaskCount(); + $num = $count['count']; $title = ""; if($num == 0){ // no tasks - does not exist do in plug-in