* fix bug #33910.
This commit is contained in:
@@ -803,6 +803,8 @@ class doc extends control
|
||||
*/
|
||||
public function ajaxGetModules($objectType, $objectID, $docType = 'doc')
|
||||
{
|
||||
if(empty($objectID)) return print(html::select('module', array(), '', "class='form-control'"));
|
||||
|
||||
if($docType == 'doc')
|
||||
{
|
||||
$unclosed = strpos($this->config->doc->custom->showLibs, 'unclosed') !== false ? 'unclosedProject' : '';
|
||||
|
||||
Reference in New Issue
Block a user