mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
FAQ - further correction
FAQ - further correction
This commit is contained in:
@@ -122,7 +122,7 @@ if (isset($_POST['commentsubmit']))
|
||||
|
||||
$faqpref = e107::getPlugConfig('faqs')->getPref();
|
||||
|
||||
if (varset($action) == "" || $action == "main")
|
||||
if (empty($action) || $action == "main")
|
||||
{
|
||||
if(vartrue($faqpref['classic_look']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user