Skip to content
Snippets Groups Projects
Commit 50f563c3 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #5206 synchro with custom SPM

parent cfb9674f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ if (isset($_REQUEST['res_id']) && isset($_REQUEST['res_id_child'])) { ...@@ -15,7 +15,6 @@ if (isset($_REQUEST['res_id']) && isset($_REQUEST['res_id_child'])) {
$Class_LinkController = new LinkController(); $Class_LinkController = new LinkController();
$db = new Database; $db = new Database;
$res_parent = $_REQUEST['res_id']; $res_parent = $_REQUEST['res_id'];
if ($_REQUEST['mode'] == 'add') { if ($_REQUEST['mode'] == 'add') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment