mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-22 12:41:19 +01: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:
parent
b902005bed
commit
da6cdc6bd0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
abstract class PhabricatorLiskDAO extends LiskDAO {
|
||||
|
||||
private $edges = self::ATTACHABLE;
|
||||
private $edges = array();
|
||||
private static $namespaceStack = array();
|
||||
|
||||
const ATTACHABLE = "<attachable>";
|
||||
|
|
Loading…
Reference in a new issue