1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 01:03:26 +01:00

Fix typo.

This commit is contained in:
Markus Birth 2017-12-18 15:07:25 +01:00
parent 42c026a618
commit 3af0df69a1
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -49,7 +49,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$type = 'OTA (from ' . $g->fv . ')';
}
$data = array(
'content' => 'New ' . $type . ' update for ' . $g->ref . ' found: ' . $g->tv,
'content' => 'New ' . $type . ' update for ' . $g->curef . ' found: ' . $g->tv,
);
$options = array(
'http' => array(