API: use doxygen todo style
This commit is contained in:
parent
66199c9861
commit
43699646d6
1 changed files with 1 additions and 1 deletions
|
@ -2455,7 +2455,7 @@
|
||||||
$retweeted_status["user"] = api_get_user($a,$retweeted_item["author-link"]);
|
$retweeted_status["user"] = api_get_user($a,$retweeted_item["author-link"]);
|
||||||
} catch( BadRequestException $e ) {
|
} catch( BadRequestException $e ) {
|
||||||
// user not found. should be found?
|
// user not found. should be found?
|
||||||
// TODO: check if the user should be found...
|
/// @todo check if the user should be always found
|
||||||
$retweeted_status["user"] = array();
|
$retweeted_status["user"] = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue