Ignore:
Timestamp:
Jan 2, 2013, 12:14:42 PM (11 years ago)
Author:
mistic100
Message:

now fetch the good data

File:
1 edited

Legend:

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

    r19561 r19711  
    100100      'profile_url' => 'http://instagram.com/'.$username,
    101101      'logout_url' => INSTAG_ADMIN . '-import&action=logout',
    102       'list_photos_url' => INSTAG_ADMIN . '-import&action=list_all',
     102      'list_photos_url' => INSTAG_ADMIN . '-import&action=list_photos',
    103103      ));
    104104    break;
     
    106106 
    107107  // list photos
    108   case 'list_all':
     108  case 'list_photos':
    109109  {
    110110    $self_url = INSTAG_ADMIN . '-import&action=list_photos';
     
    117117    else                         $page['display'] = 20;
    118118   
    119     $all_photos = $current_user->getFeed();
     119    $all_photos = $current_user->getAllMedia();
    120120   
    121121    // get existing photos
Note: See TracChangeset for help on using the changeset viewer.