Skip to content

Commit 7741573

Browse files
committed
fix(formanswer): typo in comparison operator
fix #2844
1 parent 626449d commit 7741573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ public function getApprovers(array $crit = []): ?array {
18441844
* @return array|null
18451845
*/
18461846
public function getCurrentApprovers(): ?array {
1847-
if ($this->fields['status'] =! self::STATUS_WAITING) {
1847+
if ($this->fields['status'] != self::STATUS_WAITING) {
18481848
return null;
18491849
}
18501850

0 commit comments

Comments
 (0)