mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Fix a bad parameter in a parent::shouldHideForMail() call in Maniphest
Fixes T10303. Auditors: chad
This commit is contained in:
parent
0782652a80
commit
735b722cb2
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ final class ManiphestTransaction
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parent::shouldHideForMail();
|
return parent::shouldHideForMail($xactions);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function shouldHideForFeed() {
|
public function shouldHideForFeed() {
|
||||||
|
|
Loading…
Reference in a new issue