Skip to content

Commit 81897b3

Browse files
committed
Fixed error message display
1 parent 9f0ad71 commit 81897b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

step0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Print out an error if there is one
2424
// Otherwise loop through Tours/Hotels and display them
2525
if((string)$result->error != "OK") :
26-
print $result->status;
26+
print "<li>" . $result->error . "</li>";
2727
else:
2828
foreach ($result->tour as $tour):
2929
?>

0 commit comments

Comments
 (0)