rename methods splitting with _ attribute from method name
[brisk.git] / web / Obj / brisk.phh
index 4de7753..e51304d 100644 (file)
@@ -1913,7 +1913,7 @@ class Room {
       log_auth("XXX", "authenticate: ".($authenticate != FALSE ? "TRUE" : "FALSE"));
       
       if ($authenticate != FALSE) {
-          $user_type = $authenticate->typeget();
+          $user_type = $authenticate->type_get();
       }
       else {
           $idx = -3;