1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Forum: Fix for forum creation access rights.

This commit is contained in:
Cameron
2016-03-24 20:14:56 -07:00
parent 36cabf1330
commit a4583a4f52
2 changed files with 8 additions and 5 deletions

View File

@@ -536,6 +536,9 @@ class e107forum
$this->permList[$key.'_list'] = implode(',', array_keys($tmp));
}
}
// print_a($this->permList);
}