Skip to content

Commit

Permalink
refs #1067 : modify - remove deprecated var prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jul 12, 2015
1 parent f75d953 commit 1f10710
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions framework/utils/OutputWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
/// All rights reserved. Licensed under the GPL.
/// See the GNU General Public License for more details. (/documents/LICENSE, /documents/COPYRIGHT)
class Utils_OutputWriter {
var $type = 'stdout';

public function __construct() {
$this->_buffer = null;
$this->_buffer = null;
$this->type = 'stdout';
}

public function openStdout() {
Expand Down

0 comments on commit 1f10710

Please sign in to comment.