aamirkh521 / yii-user

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

User module instance can not been fetch by "Yii::app()->controller->module" #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When I login with user module
2. Error happened.
3.

code "Yii::app()->controller->module" does not work in yii-1.1.5 version,

It should be exchange with "Yii::app()->getModule('user')".

Now It is working well after exchanged the code.

Original issue reported on code.google.com by Guan.xin...@gmail.com on 6 Dec 2010 at 9:42

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r101.

Original comment by mish...@gmail.com on 9 Feb 2011 at 4:27