diff options
Diffstat (limited to 'includes/view-helpers/class-giglogadmin-concertstable.php')
-rw-r--r-- | includes/view-helpers/class-giglogadmin-concertstable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view-helpers/class-giglogadmin-concertstable.php b/includes/view-helpers/class-giglogadmin-concertstable.php index 9bf848c..ea48c3a 100644 --- a/includes/view-helpers/class-giglogadmin-concertstable.php +++ b/includes/view-helpers/class-giglogadmin-concertstable.php @@ -223,7 +223,7 @@ if ( ! class_exists( 'GiglogAdmin_ConcertsTable' ) ) { } $this->filter['offset'] = $offset; - $this->filter['recperpage'] = $total_records_per_page; + $this->filter['limit'] = $total_records_per_page; return GiglogAdmin_Concert::find_concerts( $this->filter ); } |