diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-13 10:26:13 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-13 10:26:13 +0000 |
commit | 39ff42edaec43ae285a3413f5f7206def5a57316 (patch) | |
tree | 332c0bb7a11991143af0b582e57b568e2640fd7b | |
parent | b5b2610a1f5741ef120ab48bfe00cb8ec3d272ee (diff) | |
download | forums-39ff42edaec43ae285a3413f5f7206def5a57316.tar forums-39ff42edaec43ae285a3413f5f7206def5a57316.tar.gz forums-39ff42edaec43ae285a3413f5f7206def5a57316.tar.bz2 forums-39ff42edaec43ae285a3413f5f7206def5a57316.tar.xz forums-39ff42edaec43ae285a3413f5f7206def5a57316.zip |
Lets put it back where it belongs.
git-svn-id: file:///svn/phpbb/trunk@8171 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index 38ff18773f..2e5e8fae20 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -681,6 +681,8 @@ class acp_forums ) ); + return; + break; case 'delete': |