mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
decode the url
This commit is contained in:
parent
aaabbf297b
commit
94cffa72e3
@ -755,7 +755,7 @@
|
|||||||
{
|
{
|
||||||
$ab_id = $_GET['ab_id'];
|
$ab_id = $_GET['ab_id'];
|
||||||
$submit = $_POST['submit'];
|
$submit = $_POST['submit'];
|
||||||
$referer = $_GET['referer'];
|
$referer = urldecode($_GET['referer']);
|
||||||
|
|
||||||
/* First, make sure they have permission to this entry */
|
/* First, make sure they have permission to this entry */
|
||||||
$check = $this->bo->read_entry(array('id' => $ab_id, 'fields' => array('owner' => 'owner','tid' => 'tid')));
|
$check = $this->bo->read_entry(array('id' => $ab_id, 'fields' => array('owner' => 'owner','tid' => 'tid')));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user