1
0
Fork 0
This commit is contained in:
GitHub Merge Button 2012-02-10 14:44:56 -08:00
commit 66c41dfd28
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Gallery extends CI_Controller {
public function index($start = 1) {
public function index($start = 0) {
$this->load->model('fileupload');
$this->load->library('pagination');
@ -24,4 +24,4 @@ class Gallery extends CI_Controller {
}
?>
?>