Skip to content
Snippets Groups Projects
Commit 284c58ec authored by Roger W Feese's avatar Roger W Feese
Browse files

lower case form field name.

parent 2b472dc7
No related branches found
No related tags found
1 merge request!28Chief adviser to advisor
......@@ -44,7 +44,7 @@ $this->layout()->pageTitle = 'Editing: ' . ($this->section->getMajor() ? $this->
</label>
<label>
Advisor<br/>
<?php echo $this->formText('Advisor', $this->advisor); ?><br/>
<?php echo $this->formText('advisor', $this->advisor); ?><br/>
</label>
<?php } ?>
<?php if ($this->section->getMajor()) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment