1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-11 07:11:04 +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 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(