Skip to content

Commit

Permalink
remove redundant prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Dec 15, 2016
1 parent 6c1f216 commit 7606023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/midcom/helper/toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public function render()
});

if (count($visible_items) == 0) {
debug_add('midcom_helper_toolbar: Tried to render an empty toolbar, returning an empty string.');
debug_add('Tried to render an empty toolbar, returning an empty string.');
return '';
}

Expand Down

0 comments on commit 7606023

Please sign in to comment.