mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 18:44:27 +02:00
Fix for user-extended permissions on user page. Corrected wrapper ID for user/member list.
This commit is contained in:
@@ -658,6 +658,12 @@ class e107_db_debug {
|
||||
//
|
||||
function log($message,$TraceLev=1)
|
||||
{
|
||||
|
||||
if(is_array($message))
|
||||
{
|
||||
$message = "<pre>".print_r($message,true)."</pre>";
|
||||
}
|
||||
|
||||
if (!E107_DBG_BASIC){
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user