Skip to content

Commit

Permalink
MDL-20204 fixed silly bug in my previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 20, 2009
1 parent 6f0a938 commit e14f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ public function out($omitquerystring = false, array $overrideparams = null, $esc
* @return string
*/
public function out_raw() {
$this->out(false, null, false);
return $this->out(false, null, false);
}

/**
Expand Down

0 comments on commit e14f806

Please sign in to comment.