mirror of
https://github.com/reactos/web.git
synced 2024-11-23 11:49:47 +00:00
[ROSWEB] Add missing "break;"
svn path=/trunk/; revision=1006
This commit is contained in:
parent
22fe6ef0f2
commit
751ecabdce
@ -42,6 +42,7 @@
|
||||
$output .= "<commit_timestamp>" . $row["commit_timestamp"] . "</commit_timestamp>";
|
||||
$output .= "<message>" . $row["message"] . "</message>";
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new ErrorMessageException("Invalid function");
|
||||
|
Loading…
Reference in New Issue
Block a user