From: Christian Weiske Date: Tue, 21 Jan 2020 21:04:35 +0000 (+0100) Subject: fix title X-Git-Tag: v1.0.0~8 X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain/5ef938a8037f5aadd9c8c6c5f5fba19daca313e8 fix title --- diff --git a/bin/import-game-data.php b/bin/import-game-data.php index 1eb783c..e962638 100755 --- a/bin/import-game-data.php +++ b/bin/import-game-data.php @@ -176,7 +176,7 @@ function buildDiscover(array $games) writeJson( 'api/v1/discover-data/' . categoryPath('Random') . '.json', buildSpecialCategory( - 'Random' . date('Y-m-d H:i'), + 'Random ' . date('Y-m-d H:i'), filterRandom($games, 99) ) );