1
0
Fork 0
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:
Joshua Spence 2015-06-15 18:41:09 +10:00
parent 1239cfdeaf
commit b95fc8ba5d

View file

@ -43,6 +43,7 @@ final class PhabricatorMarkupEngine extends Phobject {
private $viewer;
private $contextObject;
private $version = 15;
private $engineCaches = array();
/* -( Markup Pipeline )---------------------------------------------------- */