Changeset 3659

Show
Ignore:
Timestamp:
07/21/09 23:18:51 (4 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).

Files:
1 modified

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(