My favorites | Sign in
Project Home Downloads Wiki Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*** ./Twitter.php.org 2010-04-07 21:59:33.000000000 +0900
--- ./Twitter.php 2010-04-07 22:00:12.000000000 +0900
***************
*** 598,604 ****
|| $cat == 'trends'
|| (string)$endpoint['name'] == 'trends'
) {
! $uri = self::$searchUri;
} else {
$uri = self::$uri;
}
--- 598,608 ----
|| $cat == 'trends'
|| (string)$endpoint['name'] == 'trends'
) {
! if ($cat == 'users') {
! $uri = self::$uri;
! } else {
! $uri = self::$searchUri;
! }
} else {
$uri = self::$uri;
}

Change log

r35 by nocontents on Apr 22, 2010   Diff
from hg
Go to: 

Older revisions

All revisions of this file

File info

Size: 693 bytes, 23 lines
Powered by Google Project Hosting