thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

grant permission function has problem #117

Closed yeyongde closed 11 years ago

yeyongde commented 11 years ago

When I click 'grant permission', then it comes with following ERROR message:

Fatal error: Cannot re-assign auto-global variable _POST in C:\wamp\www\qwerty\protected\modules\user\components\Relation.php on line 723

thyseus commented 11 years ago

Until i have removed the outdated Relation Widget you can replace _POST with POST to make this work.