Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac7ad71
)
MDL-25070 fixed Wiki Search results in double breadcrumb node
author
Dongsheng Cai
<unoter@gmail.com>
Wed, 10 Nov 2010 09:35:45 +0000
(09:35 +0000)
committer
Dongsheng Cai
<unoter@gmail.com>
Wed, 10 Nov 2010 09:35:45 +0000
(09:35 +0000)
mod/wiki/pagelib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/wiki/pagelib.php
b/mod/wiki/pagelib.php
index
b348d82
..
b742f36
100644
(file)
--- a/
mod/wiki/pagelib.php
+++ b/
mod/wiki/pagelib.php
@@
-828,7
+828,7
@@
class page_wiki_search extends page_wiki {
protected function create_navbar() {
global $PAGE, $CFG;
- $PAGE->navbar->add(
$PAGE->activityrecord->name, $CFG->wwwroot . '/mod/wiki/view.php?id=' . $PAGE->cm->id
);
+ $PAGE->navbar->add(
format_string($this->title)
);
}
function set_search_string($search, $searchcontent) {