Changeset 26 for trunk/includes

Show
Ignore:
Timestamp:
08/19/05 00:44:19 (7 years ago)
Author:
alexx
Message:

The 3st is the good :/ (Don't work the night !)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/Metalbum/interalbum.class.php

    r24 r26  
    1111         
    1212        function Metalbum_Interalbum($username, $params) { 
    13                 $params = array_merge(array('endpoint' => 'http://interalbum.com/api/rest', $params) 
     13                $params = array_merge(array('endpoint' => 'http://interalbum.com/api/rest'), $params); 
    1414                $this->api =& new Flickr_API($params); 
    1515                if(!$this->_setUsername($username))