1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00
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:
epriestley 2012-07-16 10:35:36 -07:00
parent cb8120551f
commit 22660cff2a

View file

@ -22,7 +22,7 @@
final class PhabricatorRemarkupRuleImageMacro
extends PhutilRemarkupRule {
private $images = array();
private $images;
public function apply($text) {
return preg_replace_callback(