mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
post_script pref fix.
This commit is contained in:
@@ -2632,7 +2632,7 @@ class e_parser
|
|||||||
$this->init();
|
$this->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
$post_scripts = e107::getConfig()->get('post_html', e_UC_MAINADMIN); // Pref to Allow <script> tags
|
$post_scripts = e107::getConfig()->get('post_script', e_UC_MAINADMIN); // Pref to Allow <script> tags
|
||||||
|
|
||||||
if(check_class($post_scripts))
|
if(check_class($post_scripts))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user