diff --git a/module/doc/model.php b/module/doc/model.php index c9dbeaaf6a..d59708b94f 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -2044,11 +2044,12 @@ class docModel extends model $currentMethod = $this->app->getMethodName(); $methodName = in_array($currentMethod, array('tablecontents', 'showfiles')) ? 'tablecontents' : 'objectLibs'; - $objectTitle = $type == 'execution' ? substr($objects[$objectID], strpos($objects[$objectID], '/') + 1) : $objects[$objectID]; if($this->app->openApp == 'doc' and $type != 'custom' and $type != 'book') { - $output = <<