Merge "Revert "Use display name in category page subheadings if provided""
[lhc/web/wiklou.git] / includes / Revision.php
index 8f337f9..b812191 100644 (file)
@@ -87,6 +87,7 @@ class Revision implements IDBAccessObject {
        const DELETED_USER = 4;
        const DELETED_RESTRICTED = 8;
        const SUPPRESSED_USER = 12; // convenience
+       const SUPPRESSED_ALL = 15; // convenience
 
        // Audience options for accessors
        const FOR_PUBLIC = 1;