Plugin Directory

Changeset 227784


Ignore:
Timestamp:
04/12/2010 04:40:14 AM (16 years ago)
Author:
Zamango
Message:

Changes: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zamango-money-extractor/trunk/zmg_money_extractor.php

    r226320 r227784  
    3838            $this->max_realgames = 6;
    3939            $this->update_period = 12;
    40             $this->channels_root = 'http://account.zamango.com/channels/';
     40            $this->channels_root = 'http://account.local.zamango.com/channels/';
    4141            $this->zmg_cached_categories = array();
    4242
     
    562562
    563563                if ($limit <= 0)
    564                     $limit = ZMG_MAX_RELGAMES;
     564                    $limit = $this->max_realgames;
    565565
    566566                $guids = explode(',', $post_meta['zmg_relgames'][0]);
Note: See TracChangeset for help on using the changeset viewer.