Correct variable name
darcs-hash:20080724234601-533db-c9fe139144a5ec9f58b8ab612331fa31bd55967b.gz
This commit is contained in:
parent
278006e4cc
commit
213ecbf35d
|
@ -49,7 +49,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||||
$title = sprintf(_("%s public timeline"), $sitename);
|
$title = sprintf(_("%s public timeline"), $sitename);
|
||||||
$id = "tag:$siteserver:Statuses";
|
$id = "tag:$siteserver:Statuses";
|
||||||
$link = common_root_url();
|
$link = common_root_url();
|
||||||
$subtitle = sprintf(_("%s updates from everyone!"), $sitemap);
|
$subtitle = sprintf(_("%s updates from everyone!"), $sitename);
|
||||||
|
|
||||||
// Number of public statuses to return by default -- Twitter sends 20
|
// Number of public statuses to return by default -- Twitter sends 20
|
||||||
$MAX_PUBSTATUSES = 20;
|
$MAX_PUBSTATUSES = 20;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user