From: Matteo Nastasi (mop) Date: Tue, 4 Dec 2012 09:27:13 +0000 (+0100) Subject: typo fixed X-Git-Tag: v4.4.0~7 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=c1334dcd25000979fce16aece0d4b1e5a3f2c1a1;p=brisk.git typo fixed --- 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));