Changeset 806789
- Timestamp:
- 11/19/2013 12:28:04 PM (12 years ago)
- File:
-
- 1 edited
-
themeloom-widgets/trunk/lib/LosTwitter.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themeloom-widgets/trunk/lib/LosTwitter.class.php
r726222 r806789 63 63 return array('error'=>'Twitter said: '.$last_error); 64 64 } else { 65 set_transient($cachename, $result, $ this->defaults['cache_expire'] );65 set_transient($cachename, $result, $options['cache_expire'] ); 66 66 return $this->cropTweets($result,$count); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.