diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/pageutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php index d3d9478ca..105cfa18e 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -68,7 +68,7 @@ function getID($param='id',$clean=true){ // fall back to default $id = $id.$conf['start']; } - send_redirect("Location: ".wl($id,'',true)); + send_redirect(wl($id,'',true)); } if($clean) $id = cleanID($id); |