Skip to content

Commit f657e23

Browse files
committed
tviewer: report error on reload failure
(cherry picked from commit 529c50e)
1 parent 1cfde20 commit f657e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: web/common/tools/tviewer/apply_changes.php

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959

6060
if (empty($errors)) {
6161
echo "<font color='green'><b>Success</b></font>";
62+
} else {
63+
echo "<font color='red'><b>ERROR: </b></font>".implode(",",$errors);
6264
}
6365
echo "<br>";
6466
}

0 commit comments

Comments
 (0)