1
0
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:
Cameron
2021-02-05 18:31:54 -08:00
parent ddc53d00be
commit 2337b075a8
8 changed files with 224 additions and 90 deletions

View File

@@ -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));
}