mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +05:30
bugfix
This commit is contained in:
parent
a3e3930373
commit
0537cf1436
2 changed files with 5 additions and 2 deletions
|
|
@ -1624,7 +1624,7 @@ function toolbar() {
|
|||
|
||||
$updater = new \Kanti\Updater(array(
|
||||
'name' => 'danpros/htmly',
|
||||
'prerelease' => config("prerelease"),
|
||||
'prerelease' => !!config("prerelease"),
|
||||
));
|
||||
|
||||
echo <<<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue