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

merge r17980 from trunk to branch 2.4

little code refactoring over r17424

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/picture_modify.php

    r16335 r17982  
    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.