self::base_get() moved in the proper place
[brisk.git] / web / Obj / user.phh
index d3aaf85..a770964 100644 (file)
@@ -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));