mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 23:07:36 +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