diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-06-26 23:33:46 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-26 23:33:46 +0200 |
commit | 66efb1889d44f069eff711377710d804b338b0fb (patch) | |
tree | 5928193e791a4537312329a26c2d33f61669b6ce /phpBB/includes | |
parent | fbbf210747c7925d13d50f76395a75feea2e6ba4 (diff) | |
parent | a730c0291f1abe6a9737fe108cba825341f4acdb (diff) | |
download | forums-66efb1889d44f069eff711377710d804b338b0fb.tar forums-66efb1889d44f069eff711377710d804b338b0fb.tar.gz forums-66efb1889d44f069eff711377710d804b338b0fb.tar.bz2 forums-66efb1889d44f069eff711377710d804b338b0fb.tar.xz forums-66efb1889d44f069eff711377710d804b338b0fb.zip |
Merge pull request #2662 from dhruvgoel92/ticket/12196
[ticket/12196] Revert Fix typo "referer" in acp/attachments
* dhruvgoel92/ticket/12196:
[ticket/12196] Revert Fix typo "referer" in acp/attachments
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index b32e401e14..fc5f44e14f 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -118,7 +118,7 @@ class acp_attachments 'max_attachments_pm' => array('lang' => 'MAX_ATTACHMENTS_PM', 'validate' => 'int', 'type' => 'text:3:3', 'explain' => false), 'secure_downloads' => array('lang' => 'SECURE_DOWNLOADS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'secure_allow_deny' => array('lang' => 'SECURE_ALLOW_DENY', 'validate' => 'int', 'type' => 'custom', 'method' => 'select_allow_deny', 'explain' => true), - 'secure_allow_empty_referer' => array('lang' => 'SECURE_EMPTY_REFERER', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), + 'secure_allow_empty_referer' => array('lang' => 'SECURE_EMPTY_REFERRER', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'check_attachment_content' => array('lang' => 'CHECK_CONTENT', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), |