Skip to content
Snippets Groups Projects
Verified Commit 04680ae3 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #8938 only_cc not working

parent d2523e1c
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ $s_id = $_REQUEST['resId']; ...@@ -4,8 +4,8 @@ $s_id = $_REQUEST['resId'];
$category = $_REQUEST['category']; $category = $_REQUEST['category'];
$coll_id = $_REQUEST['collId']; $coll_id = $_REQUEST['collId'];
if (isset($_REQUEST['onlyCC'])) { if (isset($_REQUEST['only_cc'])) {
$onlyCC = 'onlyCC'; $onlyCC = '&only_cc';
} else { } else {
$onlyCC = ''; $onlyCC = '';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment