mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
db structure add table user_ban_logs
This commit is contained in:
@@ -33,7 +33,7 @@ class ADVERTISEMENT{
|
||||
return false;
|
||||
else
|
||||
{
|
||||
if ($this->userrow['noad'] == 'yes')
|
||||
if ($this->userrow && $this->userrow['noad'] == 'yes')
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user