Skip to content

Commit

Permalink
Merge pull request #42 from lefte/lefte-patch-issue-35
Browse files Browse the repository at this point in the history
Correct Array Map Bug
  • Loading branch information
vpietri authored Jan 2, 2020
2 parents e66ea4e + 9a2acbe commit 79dfdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Tab/Content/PhpInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function showPhpInfo()
return "<style type='text/css'>" . PHP_EOL .
join( PHP_EOL,
array_map(
$this->phpInfoCssLambda(),
array(&$this, "phpInfoCssLambda"),
preg_split( '/\n/', trim($matches[1]))
)
). PHP_EOL .
Expand Down

0 comments on commit 79dfdd9

Please sign in to comment.