]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes the notice search RSS feeds / API results for searches that return no matches.
authorJeffery To <jeffery.to@gmail.com>
Sun, 14 Jun 2009 08:39:31 +0000 (16:39 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sun, 14 Jun 2009 08:39:31 +0000 (16:39 +0800)
commitf7d488d4b2bfdc8dfa6b5a2bc2931dbf824509a0
tree556bebe3785cd5e98320af8a59a119d442ec8810
parent77c94c44a622052366dcc03fee522232672d71d9
Fixes the notice search RSS feeds / API results for searches that return no matches.

If a user does a notice search that should return no matching notices, the RSS feed / API results for that search currently returns all notices instead of no notices. This fixes it so that an empty list is returned instead.
actions/noticesearchrss.php
actions/twitapisearchatom.php
actions/twitapisearchjson.php