aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-20 19:57:33 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-20 19:57:33 +0100
commitd0143bec8830e709047443f73f79c0dce438e3fc (patch)
treeb9da9669164b1e63ee7e4d7a3969e89508647b53 /phpBB/includes/acp
parent55e13693b0e3094d93182402091d535655068829 (diff)
parentede0a36076cdc1bf315f0d13dfc6606b3e95e499 (diff)
downloadforums-d0143bec8830e709047443f73f79c0dce438e3fc.tar
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.gz
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.bz2
forums-d0143bec8830e709047443f73f79c0dce438e3fc.tar.xz
forums-d0143bec8830e709047443f73f79c0dce438e3fc.zip
Merge pull request #5084 from hubaishan/ticket/15510
[ticket/15510] Link Orphan attachments in ACP General to its page
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php
index 4efa8c70b3..8f169d15a7 100644
--- a/phpBB/includes/acp/acp_main.php
+++ b/phpBB/includes/acp/acp_main.php
@@ -585,6 +585,7 @@ class acp_main
'U_INACTIVE_USERS' => append_sid("{$phpbb_admin_path}index.$phpEx", 'i=inactive&amp;mode=list'),
'U_VERSIONCHECK' => append_sid("{$phpbb_admin_path}index.$phpEx", 'i=update&amp;mode=version_check'),
'U_VERSIONCHECK_FORCE' => append_sid("{$phpbb_admin_path}index.$phpEx", 'versioncheck_force=1'),
+ 'U_ATTACH_ORPHAN' => append_sid("{$phpbb_admin_path}index.$phpEx", 'i=acp_attachments&mode=orphan'),
'S_VERSIONCHECK' => ($auth->acl_get('a_board')) ? true : false,
'S_ACTION_OPTIONS' => ($auth->acl_get('a_board')) ? true : false,