diff options
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r-- | include/picture_comment.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index 424fd3fd3..c84f2a629 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -56,9 +56,7 @@ if ( $page['show_comments'] and isset( $_POST['content'] ) ) include_once(PHPWG_ROOT_PATH.'include/functions_comment.inc.php'); - $comment_action = insert_user_comment( - $comm, @$_POST['key'], $page['image_id'], $infos - ); + $comment_action = insert_user_comment($comm, @$_POST['key'], $infos ); switch ($comment_action) { |