X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=a7709643659227ec8daf35863483916549dec0eb;hb=5038893a7b944417e7777426f145e2b87f37f4c1;hp=d3aaf8594cb56503b53c574b85499d380f964ddb;hpb=c1334dcd25000979fce16aece0d4b1e5a3f2c1a1;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index d3aaf85..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 = $tans_class::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));