Closed redanthrax closed 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.
Relation.php will be replaced with http://www.yiiframework.com/extension/select2 so this problem will be gone.
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.