Skip to content

Commit

Permalink
dev: clear debug after output
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Nov 21, 2012
1 parent fe60f14 commit eae14ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/libraries/jsonRPCClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public function __call($method,$params) {
// debug output
if ($this->debug) {
echo nl2br($debug);
$this->debug = true;
}

// final checks and return
Expand Down

0 comments on commit eae14ac

Please sign in to comment.