Hello,
Using VM image 'RADIUSdesk-2015-2-0' I ran into error while trying to top up permanent user via API. Simple Afrikaans spelling mistake :)
rd_cake/Model/TopUp.php - $q_r = $this->PermanentUser->find('first',array('conditions' => array('PermenentUser.username' => $username))); + $q_r = $this->PermanentUser->find('first',array('conditions' => array('PermanentUser.username' => $username)));
-- Greg
Hi Greg,
Thanks for the feedback and the fix. These Afrikaans dudes needs to be more careful when coding ;-D
SVN 1305 has the fix.
Cheers
Log in to post a comment.
Hello,
Using VM image 'RADIUSdesk-2015-2-0' I ran into error while trying to top up permanent user via API. Simple Afrikaans spelling mistake :)
--
Greg
Hi Greg,
Thanks for the feedback and the fix. These Afrikaans dudes needs to be more careful when coding ;-D
SVN 1305 has the fix.
Cheers