fix scope
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 19 Jul 2010 13:40:34 +0000 (09:40 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 19 Jul 2010 13:41:12 +0000 (09:41 -0400)
horde/templates/block/twitter_tweet.html.php

index 7ac4e4d..a613ea9 100644 (file)
@@ -24,7 +24,7 @@
     <div class="fbstreaminfo">
       <?php echo sprintf(_("Posted %s via %s"), Horde_Date_Utils::relativeDateTime(strtotime($this->createdAt), $GLOBALS['prefs']->getValue('date_format')), $this->clientText)?>
     </div>
-    <?php if (!empty($tweet->retweeted_status)):?>
+    <?php if (!empty($this->tweet->retweeted_status)):?>
     <div class="fbstreaminfo">
       <?php echo sprintf(_("Retweeted by %s"), Horde::externalUrl('http://twitter.com/' . $this->escape($this->tweet->user->screen_name), true)) . $this->escape($this->tweet->user->screen_name) ?></a>
     </div>