mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
post_script pref fix.
This commit is contained in:
parent
5c7c3baf4a
commit
91a221262e
@ -2632,7 +2632,7 @@ class e_parser
|
||||
$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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user