]> git.defcon.no Git - hermes/commitdiff
Forgot one instance of 'permitedcalls' ...
authorJon Langseth <jon.langseth@hig.no>
Tue, 7 Feb 2012 10:28:21 +0000 (11:28 +0100)
committerJon Langseth <jon.langseth@hig.no>
Tue, 7 Feb 2012 10:28:21 +0000 (11:28 +0100)
api/lib/user_functions.php

index a022433554bd6615e268e2db0221594388052b5a..c8556f149476fd04fcb3f2bb243f1ed92f92018e 100644 (file)
@@ -332,7 +332,7 @@ function get_userdata( $username, $domain )
                $user['ha1']   = $kamailio_data['ha1'];
                $user['ha1b']  = $kamailio_data['ha1b'];
                $user['rpid']  = $kamailio_data['rpid'];
-               $user['permittedcalls'] = $kamailio_data['permitedcalls'];
+               $user['permittedcalls'] = $kamailio_data['permittedcalls'];
        }
 
        return $user;