Plugin Directory

Changeset 806789


Ignore:
Timestamp:
11/19/2013 12:28:04 PM (12 years ago)
Author:
livingos
Message:

fixed cache on twitter widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themeloom-widgets/trunk/lib/LosTwitter.class.php

    r726222 r806789  
    6363          return array('error'=>'Twitter said: '.$last_error);
    6464        } else {
    65           set_transient($cachename, $result, $this->defaults['cache_expire'] );
     65          set_transient($cachename, $result, $options['cache_expire'] );
    6666          return $this->cropTweets($result,$count);
    6767        }
Note: See TracChangeset for help on using the changeset viewer.