* Finish bug#3419.

This commit is contained in:
hufangzhou
2020-09-25 17:39:30 +08:00
parent 01ef995611
commit eb35c3112a

View File

@@ -180,6 +180,8 @@ class projectModel extends model
*/
public function select($projects, $projectID, $buildID, $currentModule, $currentMethod, $extra = '')
{
if(!$projects) return false;
if(!$projectID) return;
$isMobile = $this->app->viewType == 'mhtml';