1
0
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:
Cameron
2015-06-25 18:20:49 -07:00
parent b427af4f31
commit f13e49ae6f

View File

@@ -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]));