Skip to content

Commit

Permalink
PHP 8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phamviet committed Feb 7, 2022
1 parent 952eeb0 commit d1add5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tbs_plugin_opentbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ function TbsDebug_Info($Exit) {

}

function TbsDebug_Merge($XmlFormat = true, $Current) {
function TbsDebug_Merge($XmlFormat = true, $Current = false) {
// display modified and added files

$this->TbsDebug_Init($nl, $sep, $bull, ($Current ? 'OPENTBS_DEBUG_XML_CURRENT' :'OPENTBS_DEBUG_XML_SHOW'));
Expand Down

0 comments on commit d1add5e

Please sign in to comment.