From: Petr Skoda Date: Sun, 20 Dec 2009 21:50:15 +0000 (+0000) Subject: MDL-20204 fixed silly bug in my previous commit X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e14f80608836aab0ef3d5f22eafe0662f1c975b5;p=moodle.git MDL-20204 fixed silly bug in my previous commit --- diff --git a/lib/weblib.php b/lib/weblib.php index 753869f400..3b9acbaf01 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -514,7 +514,7 @@ class moodle_url { * @return string */ public function out_raw() { - $this->out(false, null, false); + return $this->out(false, null, false); } /**