Open GoogleCodeExporter opened 8 years ago
Serves me right, had the wrong thing in the clipboard
/**
* @return array behaviors
*/
public function behaviors() {
if (isset(Yii::app()->getModule('user')->userBehaviors))
return Yii::app()->getModule('user')->userBehaviors;
else
return array();
}
Original comment by allain.lalonde
on 10 Nov 2011 at 8:04
Original issue reported on code.google.com by
allain.lalonde
on 10 Nov 2011 at 7:50