1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 02:40:25 +02:00

FAQ - further correction

FAQ - further correction
This commit is contained in:
MikeyGMT
2017-01-04 08:32:40 +00:00
parent caeba315fd
commit ed8183cc7c

View File

@@ -122,7 +122,7 @@ if (isset($_POST['commentsubmit']))
$faqpref = e107::getPlugConfig('faqs')->getPref(); $faqpref = e107::getPlugConfig('faqs')->getPref();
if (varset($action) == "" || $action == "main") if (empty($action) || $action == "main")
{ {
if(vartrue($faqpref['classic_look'])) if(vartrue($faqpref['classic_look']))
{ {