aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-11 14:10:58 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-25 11:52:22 +0200
commit2ec9c08a2bce2cb83c68339d2d07039cabc44d68 (patch)
tree17e48c56e526046f0e1d34f157e3791e67be435a /phpBB/includes/constants.php
parentdac01e8ca534b4d145d99e49a6aee173b85925f5 (diff)
downloadforums-2ec9c08a2bce2cb83c68339d2d07039cabc44d68.tar
forums-2ec9c08a2bce2cb83c68339d2d07039cabc44d68.tar.gz
forums-2ec9c08a2bce2cb83c68339d2d07039cabc44d68.tar.bz2
forums-2ec9c08a2bce2cb83c68339d2d07039cabc44d68.tar.xz
forums-2ec9c08a2bce2cb83c68339d2d07039cabc44d68.zip
[ticket/12052] Use different visibility when post was edited
... and needs to be reapproved. PHPBB3-12052
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 11bbcd4154..a59b4a8add 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -91,6 +91,7 @@ define('ITEM_MOVED', 2);
define('ITEM_UNAPPROVED', 0); // => has not yet been approved
define('ITEM_APPROVED', 1); // => has been approved, and has not been soft deleted
define('ITEM_DELETED', 2); // => has been soft deleted
+define('ITEM_REAPPROVE', 3); // => has been edited and needs to be re-approved
// Forum Flags
define('FORUM_FLAG_LINK_TRACK', 1);