mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Fix for PHP warning.
This commit is contained in:
@@ -578,7 +578,7 @@ class e107forum
|
||||
// print_a( $this->permList[$type]);
|
||||
if(empty($this->permList[$type]))
|
||||
{
|
||||
// return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
return (in_array($forumId, $this->permList[$type]));
|
||||
|
Reference in New Issue
Block a user