Show
Ignore:
Timestamp:
10/21/09 18:07:25 (4 years ago)
Author:
kaz_29
Message:

fixed bug.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/events.php.gr.jp/branches/2.0.6.2-debug/app/models/twitter.php

    r35656 r35657  
    3030                    $tweets = json_decode($result); 
    3131                        Cache::write($q, $tweets, array('duration' => self::DATA_CACHE_DURATION)); 
    32                         Cache::write("status_".$q, 0, array('duration' => self::STATUS_CACHE_DURATION)); 
     32                        Cache::write("status_".$q, 1, array('duration' => self::STATUS_CACHE_DURATION)); 
    3333                } else { 
    3434                    if (!$tweets = Cache::read($q, 'default')) {