Changeset 23886 for trunk/admin


Ignore:
Timestamp:
Jul 9, 2013, 3:37:42 PM (11 years ago)
Author:
flop25
Message:

bug:2855
bug corrected (if that was a virtual album created without parent)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r23821 r23886  
    13041304  update_global_rank();
    13051305
    1306   if ('private' == $insert['status'] and ((isset($options['inherit']) and $options['inherit']) or $conf['inheritance_by_default']) )
     1306  if ('private' == $insert['status'] and !empty($insert['id_uppercat']) and ((isset($options['inherit']) and $options['inherit']) or $conf['inheritance_by_default']) )
    13071307  {
    13081308    $query = '
Note: See TracChangeset for help on using the changeset viewer.