Changeset 3660


Ignore:
Timestamp:
Jul 21, 2009, 11:19:53 PM (15 years ago)
Author:
plg
Message:

merge r3659 from branch 2.0 to trunk

bug 1070: fix a pLoader bug on Piwigo side. Catch the bad communication:
don't try to find tags if tag_ids parameter is empty (but not null).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r3514 r3660  
    12151215
    12161216  // and now, let's create tag associations
    1217   if (isset($params['tag_ids']))
     1217  if (isset($params['tag_ids']) and !empty($params['tag_ids']))
    12181218  {
    12191219    set_tags(
Note: See TracChangeset for help on using the changeset viewer.