Skip to content

Commit

Permalink
Merge pull request #22 from alexplusde/fix-getoutput
Browse files Browse the repository at this point in the history
fix BC method
  • Loading branch information
alxndr-w authored Sep 19, 2022
2 parents a24bc3e + e2ded95 commit 2d6ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/speed_up.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function __construct($profile = 'auto')

public function showOutput()
{
echo $this->get();
echo $this->getOutput();
return;
}

Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: speed_up
version: '1.3.0'
version: '1.3.1'
author: 'Alexander Walther'
supportpage: https://www.alexplus.de

Expand Down

0 comments on commit 2d6ed5f

Please sign in to comment.