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