Skip to content

Commit ca7fdc0

Browse files
committed
KRF-244 #fix Fixed minor bugs in FlowController
1 parent da57eed commit ca7fdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/StreamSelectLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct()
6161

6262
public function isRunning()
6363
{
64-
return $this->flowController->isRunning;
64+
return isset($this->flowController->isRunning) ? $this->flowController->isRunning : false;
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)