1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix issue with loadRelativeEdges()

Summary: I'm going to just delete all this code at some point, but fixing it now means piles of single gets, so unbreak it first. I'll file something.

Test Plan: Releeph is less fataley.

Reviewers: andrewjcg, btrahan

Reviewed By: andrewjcg

CC: aran

Differential Revision: https://secure.phabricator.com/D6945
This commit is contained in:
epriestley 2013-09-11 17:24:02 -07:00
parent b902005bed
commit da6cdc6bd0

View file

@ -6,7 +6,7 @@
*/
abstract class PhabricatorLiskDAO extends LiskDAO {
private $edges = self::ATTACHABLE;
private $edges = array();
private static $namespaceStack = array();
const ATTACHABLE = "<attachable>";