Skip to content

Commit

Permalink
Merge pull request #1 from bbommer/master
Browse files Browse the repository at this point in the history
Fixed absolute URL in redirect
  • Loading branch information
urban-thinking authored Jun 4, 2018
2 parents 8425778 + 8d30b26 commit 75b0ffa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified packages/vtiger/optional/gdpr.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/vtiger/modules/gdpr/settings/actions/saveFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public function process(Vtiger_Request $request) {
$db->pquery($q,array($setting_date, $tabid, $delmodes[$tabid], $fieldids));
}
}
header("Location: https://berlitest1.tribun.crm-now.de/index.php?parent=Settings&module=gdpr&view=Index");
header("Location: index.php?parent=Settings&module=gdpr&view=Index");
}
}

0 comments on commit 75b0ffa

Please sign in to comment.