mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
fix second parameter of showEndPaneContent()
This commit is contained in:
parent
4d9a36b080
commit
fb366307bf
|
@ -38,10 +38,10 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
|||
echo '<tr><td width="20%"></td><td width="80%"></td></tr>';
|
||||
} /* }}} */
|
||||
|
||||
protected function showEndPaneContent($name, $currentab) { /* {{{ */
|
||||
protected function showEndPaneContent($name, $currenttab) { /* {{{ */
|
||||
echo '</table>';
|
||||
$this->contentContainerEnd();
|
||||
parent::showEndPaneContent($name, $isactive);
|
||||
parent::showEndPaneContent($name, $currenttab);
|
||||
} /* }}} */
|
||||
|
||||
protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user