Skip to content

Commit bb06a21

Browse files
authored
Merge pull request #170 from PHPJasper/develop
Develop
2 parents eba9f8b + 94a427d commit bb06a21

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release Notes - PHPJasper - Version 3.0.1
2+
========================================================
3+
* Improvement
4+
* output() method
5+
________________________________________________________
16
Release Notes - PHPJasper - Version 3.0.0
27
========================================================
38
* Improvement
@@ -6,7 +11,7 @@ Release Notes - PHPJasper - Version 3.0.0
611
* updated for jasperstarter 3.5.0
712
* Bug
813
* solved problems with useSSL at MySQL connections
9-
____________________________________
14+
________________________________________________________
1015
Release Notes - PHPJasper - Version 2.7
1116
========================================================
1217
* Improvement https://github.com/PHPJasper/phpjasper/issues/99

src/PHPJasper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function execute($user = false)
229229
*/
230230
public function output()
231231
{
232-
return $this->command;
232+
print $this->command . "\n";
233233
}
234234

235235
/**

0 commit comments

Comments
 (0)