From c1334dcd25000979fce16aece0d4b1e5a3f2c1a1 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 4 Dec 2012 10:27:13 +0100 Subject: [PATCH] typo fixed --- web/Obj/user.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 7d42cf9..d3aaf85 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, static::blocking_error($is_unrecoverable)); // ELSE IF XHR THEN: // return (static::blocking_error($is_unrecoverable)); -- 2.17.1