X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=a7709643659227ec8daf35863483916549dec0eb;hb=5038893a7b944417e7777426f145e2b87f37f4c1;hp=7d42cf9e0afd3fe86929a3182c43d3f5d2214601;hpb=4a2bbbc1fee0ffb152eba1ef5587f07cee4250a1;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 7d42cf9..a770964 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -653,7 +653,7 @@ class User { // FIXME: dynamic "Transport_" type $tans_class = "Transport_iframe"; - $body = $tansclass::fini($init_string, static::blocking_error($is_unrecoverable)); + $body = $tans_class::fini($init_string, self::base_get(), static::blocking_error($is_unrecoverable)); // ELSE IF XHR THEN: // return (static::blocking_error($is_unrecoverable));