1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 12:30:56 +01:00

Fix missing property on PhabricatorYoutubeRemarkupRule

Fixes T8545.

Auditors: joshuaspence
This commit is contained in:
epriestley 2015-06-15 06:29:51 -07:00
parent 62648237c2
commit 5878500e1f

View file

@ -2,6 +2,8 @@
final class PhabricatorYoutubeRemarkupRule extends PhutilRemarkupRule {
private $uri;
public function getPriority() {
return 350.0;
}