Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I'm using @version $Id: UserModule.php 105 2011-02-16 13:05:56Z mishamx $ and
your message didn't help me
There is my solution:
/protected/modules/user/models/Profile.php
line 88: array_push($rules,array(implode(',',$numerical), 'numerical',
'integerOnly' => true));
need to replace with: array_push($rules,array(implode(',',$numerical),
'numerical'));
That's not a good solution, but it solves the problem in my case
Original comment by awesomes...@gmail.com
on 31 Dec 2011 at 4:11
Original issue reported on code.google.com by
chris.va...@gmail.com
on 21 Nov 2010 at 12:25