aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-06-22 11:41:47 +0000
committermistic100 <mistic@piwigo.org>2014-06-22 11:41:47 +0000
commitb4b17975304e776518bb2f456f8000cef6bd60e9 (patch)
treeb0538fc2463bb7a5e3ff6f6e32ad81a729e28018 /include/picture_comment.inc.php
parentf77f3698fe1501ba0a3b94c3a2cfe4d728f2b45b (diff)
feature 3095: add "comments_enable_website" param + GUI
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r--include/picture_comment.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php
index eabdff1f0..cd4eda724 100644
--- a/include/picture_comment.inc.php
+++ b/include/picture_comment.inc.php
@@ -262,6 +262,7 @@ SELECT
'SHOW_EMAIL' => !is_classic_user() or empty($user['email']),
'EMAIL_MANDATORY' => $conf['comments_email_mandatory'],
'EMAIL' => '',
+ 'SHOW_WEBSITE' => $conf['comments_enable_website'],
);
if ('reject'==@$comment_action)