Skip to content

Commit

Permalink
PHP 7 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 23, 2016
1 parent a53d89b commit 88cf6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/Components/Helper/Dependencies.php
Expand Up @@ -247,7 +247,7 @@ private function _finish()
}
array_multisort($channels, $names, $colors);
foreach ($names as $key => $name) {
$this->_output->$colors[$key](
$this->_output->{$colors[$key]}(
Horde_String::pad($name, 28) .
Horde_String::pad('[' . $channels[$key] . ']', 20)
);
Expand Down

0 comments on commit 88cf6a1

Please sign in to comment.