mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme.
This commit is contained in:
@@ -990,7 +990,7 @@ class e_core_session extends e_session
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->log('Session Token Okay!', E_LOG_NOTICE);
|
||||
$this->log('Session Token Okay!', defset('E_LOG_NOTICE', 1));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user