mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +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();
|
$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']))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user