diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/picture.php b/picture.php index 171bc5e50..8698a0167 100644 --- a/picture.php +++ b/picture.php @@ -209,6 +209,10 @@ if ( $page['cat'] == 'search' ) { $url_up.= "&search=".$_GET['search']; } +if ( $page['cat'] == 'list' ) +{ + $url_up.= "&list=".$_GET['list']; +} $url_admin = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'; $url_admin.= '&cat_id='.$page['cat']; |