X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=8280fd351c0f6e7de7eaf87023ec58c2ddae5361;hb=c44fdb25ba51dd26cf59b93ea0edb88331510aab;hp=356c579112badc38fd5da81c2050445e41c88cec;hpb=037513ca5eb1f1bd35e0860fa1213f02e10136b7;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 356c579..8280fd3 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -614,7 +614,7 @@ class Bin5_user extends User { return ($ret); } - protected function blocking_error($is_unrecoverable) + static function blocking_error($is_unrecoverable) { log_crit("BLOCKING_ERROR UNREC: ".($is_unrecoverable ? "TRUE" : "FALSE")); return (sprintf(($is_unrecoverable ? 'xstm.stop(); ' : '').'window.onbeforeunload = null; window.onunload = null; document.location.assign("../index.php");'));