Yii::getPathOfAlias called in ProfileFieldController and UWjuidate (and
possibly other places) uses hardcoded path (application.modules.user....) which
is INCORRECT since the "user" module might be available under other alias (in
my case, custom one: my_modules.user).
Yii::app()->getModule('user')->getBasePath() should be used instead, I guess.
Original issue reported on code.google.com by miga...@gmail.com on 19 Aug 2011 at 1:03
Original issue reported on code.google.com by
miga...@gmail.com
on 19 Aug 2011 at 1:03