1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

Define STATUS_MOVED constant ahead of its implementation

Summary: I landed some patches out of order and we haven't landed the one which actually implements this yet. Define the constant for now.

Test Plan: Deleted a page in Phriction without issue.

Reviewers: AnhNhan

Reviewed By: AnhNhan

CC: aran

Differential Revision: https://secure.phabricator.com/D5207
This commit is contained in:
epriestley 2013-03-04 09:26:02 -08:00
parent 88bf053ece
commit 851d02b30a

View file

@ -7,6 +7,7 @@ final class PhrictionDocumentStatus extends PhrictionConstants {
const STATUS_EXISTS = 0;
const STATUS_DELETED = 1;
const STATUS_MOVED = 2;
const STATUS_STUB = 3;
public static function getConduitConstant($const) {