mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
CHecking Enrique Castro's fix for MDL-6366, to help wiki pagenames not get reset
This commit is contained in:
parent
0cfafdc769
commit
bea0bd7725
@ -168,6 +168,7 @@
|
||||
<?php
|
||||
if ($wikihasentries) {
|
||||
echo format_string($form->pagename,true);
|
||||
echo '<input type="hidden" name="pagename" value="'.$form->pagename.'" alt="'.get_string('wikiname', 'wiki').'" />';
|
||||
}
|
||||
else {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user