Ignore:
Timestamp:
Feb 8, 2014, 11:26:08 AM (10 years ago)
Author:
mistic100
Message:

fix bugs in "import all" and level sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flickr2piwigo/admin/import.php

    r26180 r27265  
    284284    $template->assign(array(
    285285      'nb_elements' => count($all_photos),
    286       'all_elements' => $all_photos,
     286      'all_elements' => json_encode($all_photos),
    287287      'F_ACTION' => FLICKR_ADMIN . '-import&action=import_set',
    288288      ));
Note: See TracChangeset for help on using the changeset viewer.