From f0f61ff0fe5142ad37ce8256fb80b806fc7292ec Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 29 Oct 2019 09:41:47 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/admin/modulehelp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/modulehelp.php b/htdocs/admin/modulehelp.php index 6846d1a565a..0aafabb6c44 100644 --- a/htdocs/admin/modulehelp.php +++ b/htdocs/admin/modulehelp.php @@ -214,7 +214,7 @@ asort($orders); //var_dump($modules); -unset($objMod); +unset($objMod); $i=0; foreach($orders as $tmpkey => $tmpvalue) { @@ -224,7 +224,7 @@ foreach($orders as $tmpkey => $tmpvalue) $key = $i; $modName = $filename[$tmpkey]; $dirofmodule = $dirmod[$tmpkey]; - $objMod = $tmpMod; + $objMod = $tmpMod; break; } $i++;