mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Fix: Userclass filtering was failing in admin -> users.
This commit is contained in:
@@ -40,7 +40,7 @@ class e107TinyMceParser
|
||||
|
||||
if(!empty($_GET['debug']) && getperms('0'))
|
||||
{
|
||||
$debug = true; // For future use.
|
||||
$debug = true; // For future use.
|
||||
// $_POST['content'] = '';
|
||||
// $_POST['mode'] = $_GET['mode'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user