fix php error

This commit is contained in:
Uwe Steinmann 2023-01-03 17:53:36 +01:00
parent c4f1019afb
commit b5c773a4a3

View File

@ -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();