MoroGasper / yii-usergroups

Automatically exported from code.google.com/p/yii-usergroups
0 stars 0 forks source link

profile_privacy #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
1.7.1

Please provide any additional information below.

UserController.php:66
please add:
    'UserGroupsConfiguration::findRule("profile_privacy") ||

resulting in:
                'expression'=>'UserGroupsConfiguration::findRule("profile_privacy") || strtolower(Yii::app()->user->name) === (isset($_GET["u"]) ? strtolower($_GET["u"]) : strtolower(Yii::app()->user->name))',

Original issue reported on code.google.com by emanuele...@gmail.com on 11 Jun 2011 at 4:34

GoogleCodeExporter commented 8 years ago
thanks a lot :D
will be on the next release

Original comment by nic...@creationgears.com on 28 Jun 2011 at 8:11