Release master - Fix PHP 5 build

This commit is contained in:
Travis CI User 2019-06-18 17:01:26 +00:00
parent b0d7adbd1c
commit e4cdde422b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -49,7 +49,7 @@ function ___install_madeline()
$phar_template = 'https://phar.madelineproto.xyz/madeline%s.phar?v=new';
// Version definition
$release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : '';
$release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : '-old';
if ($release_branch === '-') {
$release_branch = '';
}

View File

@ -1 +1 @@
0933b3b0d663541270b90ec40d802c909016491c
55728f3e2c5bc5d6cddd0e7d929dfd2437c14fb9