mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
ok, a slightly modified posting.php, some fixes too. topic-review and polls will re-appear shortly. Posting is a little bit screwed up now... will get fixed soon too. posting new topics/reply/quote/preview and edit works partially (the post get stored. ;)) This commit is to show the other developers the changes. ;)
git-svn-id: file:///svn/phpbb/trunk@3572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -510,7 +510,7 @@ class auth
|
||||
|
||||
if (!($this->founder = $userdata['user_founder']))
|
||||
{
|
||||
if (empty($userdata['user_permissions']))
|
||||
if (trim($userdata['user_permissions']) == '')
|
||||
{
|
||||
$this->acl_cache($userdata);
|
||||
}
|
||||
|
Reference in New Issue
Block a user