diff --git a/views/bootstrap/class.AddDocument.php b/views/bootstrap/class.AddDocument.php index c838ef474..a6912a700 100644 --- a/views/bootstrap/class.AddDocument.php +++ b/views/bootstrap/class.AddDocument.php @@ -273,7 +273,7 @@ $(document).ready(function() { 'element'=>'input', 'type'=>'hidden', 'name'=>'sequence', - 'value'=>$seq, + 'value'=>(string) $seq, ) ); } diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index f3e31ff1e..f15f2cdca 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -38,10 +38,10 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { echo ''; } /* }}} */ - protected function showEndPaneContent($name, $currentab) { /* {{{ */ + protected function showEndPaneContent($name, $currenttab) { /* {{{ */ echo ''; $this->contentContainerEnd(); - parent::showEndPaneContent($name, $isactive); + parent::showEndPaneContent($name, $currenttab); } /* }}} */ protected function getTextField($name, $value, $type='', $placeholder='') { /* {{{ */