forked from extern/egroupware
Fix for bug 467782.
This commit is contained in:
parent
3f71a7727d
commit
64daeb29b6
@ -134,7 +134,7 @@
|
|||||||
$owner = (isset($GLOBALS['HTTP_GET_VARS']['owner'])?$GLOBALS['HTTP_GET_VARS']['owner']:'');
|
$owner = (isset($GLOBALS['HTTP_GET_VARS']['owner'])?$GLOBALS['HTTP_GET_VARS']['owner']:'');
|
||||||
$owner = ($owner=='' && isset($GLOBALS['HTTP_POST_VARS']['owner'])?$GLOBALS['HTTP_POST_VARS']['owner']:$owner);
|
$owner = ($owner=='' && isset($GLOBALS['HTTP_POST_VARS']['owner'])?$GLOBALS['HTTP_POST_VARS']['owner']:$owner);
|
||||||
|
|
||||||
if(isset($owner))
|
if(isset($owner) && $owner!='')
|
||||||
{
|
{
|
||||||
$this->owner = intval($owner);
|
$this->owner = intval($owner);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user