thyseus / yii-user-management

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

Tweak to Relation.php for increased compatibility and stability #28

Closed brentjanderson closed 11 years ago

brentjanderson commented 12 years ago

Relation.php references the $_POST global variable as though it were a parameter. This caused my MAMP installation to crash when rendering any page referencing this particular file. The fix was to rename the $_POST parameter to simply $POST, so as to not be conflicting with the auto-global $_POST.

thyseus commented 11 years ago

Relation.php will be replaced with the 'multiple' version of http://www.yiiframework.com/extension/select2