X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=aed566fe05032b0d25434f7562a032e81d2fb8ee;hb=b796fa6c815886e5da096d4dd5861837def90aac;hp=e195019d02136821c903a194e43a5f0dc056c668;hpb=88eef955a0d5d0d1b6650be1e0f4041daadf3271;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index e195019..aed566f 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -643,6 +643,7 @@ class User { public static function stream_fini($init_string, $is_unrecoverable) { + $cla = get_called_class(); printf("xXx user::stream_fini\n"); // IF IFRAME THEN: @@ -662,7 +663,7 @@ window.onload = function () { if (xynt_streaming != \"ready\") { xynt_streaming. $body .= sprintf("", 0, escpush(self::blocking_error($is_unrecoverable)) ); +", 0, escpush($cla::blocking_error($is_unrecoverable)) ); // ELSE IF XHR THEN: // return (self::blocking_error($is_unrecoverable)); return ($body);