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

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
  • branches/2.0/include/ws_functions.inc.php

    r3513 r3659  
    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.