]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20204 fixed silly bug in my previous commit
authorPetr Skoda <skodak@moodle.org>
Sun, 20 Dec 2009 21:50:15 +0000 (21:50 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 20 Dec 2009 21:50:15 +0000 (21:50 +0000)
lib/weblib.php

index 753869f400dfee060e69863c72792dc46ff975b3..3b9acbaf017ce41d9afe0ed827b892c1bd25962d 100644 (file)
@@ -514,7 +514,7 @@ class moodle_url {
      * @return string
      */
     public function out_raw() {
-        $this->out(false, null, false);
+        return $this->out(false, null, false);
     }
 
     /**