Changeset 9943


Ignore:
Timestamp:
Mar 30, 2011, 11:22:47 PM (13 years ago)
Author:
plg
Message:

bug fixed: makes really sure there is a defined category id before redirection on photo deletion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r8764 r9943  
    5353  // 3. redirect to gallery root
    5454
    55   if (isset($_GET['cat_id']))
     55  if (isset($_GET['cat_id']) and !empty($_GET['cat_id']))
    5656  {
    5757    redirect(
Note: See TracChangeset for help on using the changeset viewer.