From bdd259660bd5622099e0e6f1cf61c1770d458731 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 30 Jan 2017 16:51:31 -0800 Subject: [PATCH] remote job submission: fix typo --- html/user/get_output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/get_output.php b/html/user/get_output.php index b3ef6bef63..9aaf93e07c 100644 --- a/html/user/get_output.php +++ b/html/user/get_output.php @@ -25,7 +25,7 @@ require_once("../inc/result.inc"); require_once("../inc/submit_util.inc"); function return_error($str) { - return_error("ERROR: $str"); + die("ERROR: $str"); } // get a single output file