Menu

TopUp API bug

GregW
2015-02-25
2015-02-25
  • GregW

    GregW - 2015-02-25

    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

     
  • Dirk van der Walt

    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.

MongoDB Logo MongoDB