mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix php warning because of undefined variable
This commit is contained in:
parent
4538a26fae
commit
564a0eec9d
|
@ -39,7 +39,7 @@ class SeedDMS_View_DocumentChooser extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
$this->htmlStartPage(getMLText("choose_target_document"));
|
$this->htmlStartPage(getMLText("choose_target_document"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
$this->printNewTreeNavigation($folderid, M_READ, 1, $form);
|
$this->printNewTreeNavigation($folder->getID(), M_READ, 1, $form);
|
||||||
$this->contentContainerEnd();
|
$this->contentContainerEnd();
|
||||||
echo "</body>\n</html>\n";
|
echo "</body>\n</html>\n";
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user