mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-11 07:11:04 +01:00
OMG
Summary: NOOOO Test Plan: Image macros work again. Reviewers: kdeggelman, btrahan, vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D2979
This commit is contained in:
parent
cb8120551f
commit
22660cff2a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
final class PhabricatorRemarkupRuleImageMacro
|
final class PhabricatorRemarkupRuleImageMacro
|
||||||
extends PhutilRemarkupRule {
|
extends PhutilRemarkupRule {
|
||||||
|
|
||||||
private $images = array();
|
private $images;
|
||||||
|
|
||||||
public function apply($text) {
|
public function apply($text) {
|
||||||
return preg_replace_callback(
|
return preg_replace_callback(
|
||||||
|
|
Loading…
Reference in a new issue