mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix php error
This commit is contained in:
parent
c4f1019afb
commit
b5c773a4a3
|
@ -377,7 +377,10 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style {
|
|||
<?php $this->formSubmit("<i class=\"fa fa-refresh\"></i> " . getMLText('force_update'));?>
|
||||
</form>
|
||||
</div>
|
||||
<?php $this->showEndPaneContent('repository', $currenttab); ?>
|
||||
<?php
|
||||
}
|
||||
$this->showEndPaneContent('repository', $currenttab);
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
$this->columnEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user