My favorites
▼
|
Sign in
withgod
withgod's public codes
Project Home
Downloads
Wiki
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
twitter
/
Services_Twitter.php.20100407.patch
r36
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;
}
Show details
Hide details
Change log
r35
by nocontents on Apr 22, 2010
Diff
from hg
Go to:
...nk/twitter/110-users-search.phpt
...vices_Twitter.php.20100407.patch
/trunk/twitter/api.xml.patch
Older revisions
All revisions of this file
File info
Size: 693 bytes, 23 lines
View raw file
Powered by
Google Project Hosting