Changeset 833

Show
Ignore:
Timestamp:
10/16/2007 07:28:15 AM (12 months ago)
Author:
Geert
Message:

config/pagination.php is not a required config file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Pagination.php

    r816 r833  
    4949        { 
    5050                // Load pagination setup values 
    51                 $setup = array_merge(Config::item('pagination'), $setup); 
     51                $setup = array_merge(Config::load('pagination', FALSE), $setup); 
    5252                 
    5353                foreach ($setup as $key => $value)