CHecking Enrique Castro's fix for MDL-6366, to help wiki pagenames not get reset

This commit is contained in:
moodler 2006-09-27 08:49:42 +00:00
parent 0cfafdc769
commit bea0bd7725

View File

@ -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 {
?>