aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 78c80d884..891510b9f 100644
--- a/picture.php
+++ b/picture.php
@@ -723,7 +723,7 @@ if ( !$user['is_the_guest'] )
$url.='&add_fav=1';
if ( $page['cat'] == 'search' )
{
- $url.= '&search='.$_GET['search'].'&mode='.$_GET['mode'];
+ $url.= '&search='.$_GET['search'];
}
$template->assign_block_vars('favorite', array(
'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif',