Fixed debug mode for "Build now" button.

This commit is contained in:
Dmitry Khomutov 2017-06-24 14:28:04 +07:00
parent 95e25f486c
commit c117a6c11d
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -46,7 +46,7 @@
<?php Lang::out('build_now'); ?>
</a>
<?php else: ?>
<a class="btn btn-success" href="<?= $build_url . '?' . http_build_query(['debug' => 1]); ?>">
<a class="btn btn-success" href="<?= $build_url; ?>">
<?php Lang::out('build_now'); ?>
</a>
<?php endif; ?>