Various fixes for PHPAnalyzer
This commit is contained in:
@@ -21,7 +21,7 @@ class Tasklink extends Base
|
||||
{
|
||||
$link = $this->taskLink->getById($this->request->getIntegerParam('link_id'));
|
||||
|
||||
if (! $link) {
|
||||
if (empty($link)) {
|
||||
$this->notfound();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user