diff options
| author | Chris Smith <toonarmy@phpbb.com> | 2009-06-14 11:09:39 +0000 |
|---|---|---|
| committer | Chris Smith <toonarmy@phpbb.com> | 2009-06-14 11:09:39 +0000 |
| commit | 6424647f653560e649573a04321c783e32f650f9 (patch) | |
| tree | 22ccf5ebe7c1a3f699bcb70171bfc0c01aeb841e /phpBB/posting.php | |
| parent | 4758d49b9b661703d2cd5cffaa9c6c443a624e1d (diff) | |
| download | forums-6424647f653560e649573a04321c783e32f650f9.tar forums-6424647f653560e649573a04321c783e32f650f9.tar.gz forums-6424647f653560e649573a04321c783e32f650f9.tar.bz2 forums-6424647f653560e649573a04321c783e32f650f9.tar.xz forums-6424647f653560e649573a04321c783e32f650f9.zip | |
Quote BBCode doesn't need f_reply now. #16079
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9590 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 2af8d94bae..ff4fae614e 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -498,7 +498,7 @@ $smilies_status = ($bbcode_status && $config['allow_smilies'] && $auth->acl_get( $img_status = ($bbcode_status && $auth->acl_get('f_img', $forum_id)) ? true : false; $url_status = ($config['allow_post_links']) ? true : false; $flash_status = ($bbcode_status && $auth->acl_get('f_flash', $forum_id) && $config['allow_post_flash']) ? true : false; -$quote_status = ($auth->acl_get('f_reply', $forum_id)) ? true : false; +$quote_status = true; // Save Draft if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts') && ($mode == 'reply' || $mode == 'post' || $mode == 'quote')) |
