From 3af0df69a121551e483d1260ddc9dc0ebef1ff8b Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 18 Dec 2017 15:07:25 +0100 Subject: [PATCH] Fix typo. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index cd4be50..9d0bcff 100644 --- a/index.php +++ b/index.php @@ -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(