mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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 $contextObject;
|
||||
private $version = 15;
|
||||
private $engineCaches = array();
|
||||
|
||||
|
||||
/* -( Markup Pipeline )---------------------------------------------------- */
|
||||
|
|
Loading…
Reference in a new issue