mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Fix another undeclared property
This was reported in IRC, see https://secure.phabricator.com/chatlog/channel/6/?at=204524. Auditors: epriestley
This commit is contained in:
parent
1239cfdeaf
commit
b95fc8ba5d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ final class PhabricatorMarkupEngine extends Phobject {
|
||||||
private $viewer;
|
private $viewer;
|
||||||
private $contextObject;
|
private $contextObject;
|
||||||
private $version = 15;
|
private $version = 15;
|
||||||
|
private $engineCaches = array();
|
||||||
|
|
||||||
|
|
||||||
/* -( Markup Pipeline )---------------------------------------------------- */
|
/* -( Markup Pipeline )---------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in a new issue