Skip to content

Commit

Permalink
Merge branch 'MDL-38766/MOODLE_24_STABLE' of github.com:kemitix/moodl…
Browse files Browse the repository at this point in the history
…e into MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Apr 9, 2013
2 parents 927416c + 3519df7 commit dec2c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/pagelib.php
Expand Up @@ -2066,7 +2066,7 @@ protected function print_save() {


//deleting old locks //deleting old locks
wiki_delete_locks($this->page->id, $USER->id, $this->section); wiki_delete_locks($this->page->id, $USER->id, $this->section);
$url = new moodle_url('view.php', array('pageid' => $this->page->id, 'group' => $this->subwiki->groupid)); $url = new moodle_url('/mod/wiki/view.php', array('pageid' => $this->page->id, 'group' => $this->subwiki->groupid));
redirect($url); redirect($url);
} else { } else {
print_error('savingerror', 'wiki'); print_error('savingerror', 'wiki');
Expand Down

0 comments on commit dec2c20

Please sign in to comment.