mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
Fix typo.
This commit is contained in:
parent
42c026a618
commit
3af0df69a1
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user