Ignore:
Timestamp:
Sep 18, 2012, 1:43:36 PM (12 years ago)
Author:
plg
Message:

little code refactoring over r17424

bug fixed on Edit Photo page when associating with no album.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r16334 r17980  
    172172
    173173  // association to albums
     174  if (!isset($_POST['associate']))
     175  {
     176    $_POST['associate'] = array();
     177  }
    174178  move_images_to_categories(array($_GET['image_id']), $_POST['associate']);
    175179
Note: See TracChangeset for help on using the changeset viewer.