Plugin Directory

Changeset 2038074


Ignore:
Timestamp:
02/24/2019 08:39:02 AM (7 years ago)
Author:
codefairies
Message:

bugfix show limit

Location:
bookertools-shows/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bookertools-shows/trunk/bookertools-service.php

    r1951659 r2038074  
    5555        $result;
    5656        if(!is_int($limit)) {
    57             $limit = 10;
     57            $limit = 1000;
    5858        }
    5959        $url = 'shows?limit=' .$limit;
     
    7171        $result;
    7272        if(!is_int($limit)) {
    73             $limit = 10;
     73            $limit = 1000;
    7474        }
    7575        $url = 'tours?limit=' .$limit;
  • bookertools-shows/trunk/readme.txt

    r2038072 r2038074  
    4949
    5050== Upgrade Notice ==
     51= 1.4.5 =
     52Bugfix - default limit 1000 shows
     53
    5154= 1.4.4 =
    5255Added ticket links
Note: See TracChangeset for help on using the changeset viewer.