Skip to content

Commit

Permalink
Fix error in --xh-link.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Mar 9, 2017
1 parent 758f933 commit 15d22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/core/XhprofCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function xhprofPost($result, CommandData $commandData) {
*/
function xhprofInitialize(InputInterface $input, AnnotationData $annotationData) {
if (self::xhprofIsEnabled($input)) {
xhprof_enable(xh_flags($input->getOptions()));
xhprof_enable(self::xhprofFlags($input->getOptions()));
}
}

Expand Down

0 comments on commit 15d22ab

Please sign in to comment.