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:
9995aa3
)
MDL-42464 mod_chat: Correct use of amp; in session link
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 5 Nov 2013 00:57:31 +0000
(08:57 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 5 Nov 2013 01:50:33 +0000
(09:50 +0800)
mod/chat/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/chat/report.php
b/mod/chat/report.php
index
99e264f
..
cbcfc29
100644
(file)
--- a/
mod/chat/report.php
+++ b/
mod/chat/report.php
@@
-186,7
+186,7
@@
if ($show_all) {
$headingstr = get_string('listing_all_sessions', 'chat') . ' ';
if ($show_all) {
$headingstr = get_string('listing_all_sessions', 'chat') . ' ';
- $headingstr .= html_writer::link("report.php?id={$cm->id}&
amp;
show_all=0", get_string('list_complete_sessions', 'chat'));
+ $headingstr .= html_writer::link("report.php?id={$cm->id}&show_all=0", get_string('list_complete_sessions', 'chat'));
echo $OUTPUT->heading($headingstr, 3);
}
echo $OUTPUT->heading($headingstr, 3);
}