mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +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'));?>
|
<?php $this->formSubmit("<i class=\"fa fa-refresh\"></i> " . getMLText('force_update'));?>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->showEndPaneContent('repository', $currenttab); ?>
|
<?php
|
||||||
|
}
|
||||||
|
$this->showEndPaneContent('repository', $currenttab);
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user