mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 01:10:58 +01:00
Fix missing property on PhabricatorYoutubeRemarkupRule
Fixes T8545. Auditors: joshuaspence
This commit is contained in:
parent
62648237c2
commit
5878500e1f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
final class PhabricatorYoutubeRemarkupRule extends PhutilRemarkupRule {
|
final class PhabricatorYoutubeRemarkupRule extends PhutilRemarkupRule {
|
||||||
|
|
||||||
|
private $uri;
|
||||||
|
|
||||||
public function getPriority() {
|
public function getPriority() {
|
||||||
return 350.0;
|
return 350.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue