mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Set the page size to 30 images. No need to limit ourselves to 10 in a feed.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
class Media_RSS_Controller extends Controller {
|
||||
public static $page_size = 10;
|
||||
public static $page_size = 30;
|
||||
|
||||
public function albums($id) {
|
||||
$item = ORM::factory("item", $id);
|
||||
|
||||
Reference in New Issue
Block a user