thyseus / yii-user-management

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

user/components/Relation.php error #60

Closed redanthrax closed 11 years ago

redanthrax commented 11 years ago

PHP Fatal error: Cannot re-assign auto-global variable _POST in \testdrive\protected\modules\user\components\Relation.php on line 637

changed variable in line 637 to $post instead of using the global $_POST.

thyseus commented 11 years ago

Relation.php will be replaced with http://www.yiiframework.com/extension/select2 so this problem will be gone.