projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467dbf9
)
the instance string might contain reserved characters
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 04:00:16 +0000
(
00:00
-0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 04:00:16 +0000
(
00:00
-0400)
horde/lib/Block/twitter_timeline.php
patch
|
blob
|
history
diff --git
a/horde/lib/Block/twitter_timeline.php
b/horde/lib/Block/twitter_timeline.php
index
9d360d7
..
3c2695f
100644
(file)
--- a/
horde/lib/Block/twitter_timeline.php
+++ b/
horde/lib/Block/twitter_timeline.php
@@
-142,7
+142,7
@@
class Horde_Block_Horde_twitter_timeline extends Horde_Block
Horde::addScriptFile('twitterclient.js');
$script = <<<EOT
var Horde = window.Horde || {};
- Horde
.twitter{$instance}
= new Horde_Twitter({
+ Horde
['twitter{$instance}']
= new Horde_Twitter({
instanceid: '{$instance}',
getmore: '{$instance}_getmore',
input: '{$instance}_newStatus',