mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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
|
||||
extends PhutilRemarkupRule {
|
||||
|
||||
private $images = array();
|
||||
private $images;
|
||||
|
||||
public function apply($text) {
|
||||
return preg_replace_callback(
|
||||
|
|
Loading…
Reference in a new issue