Skip to content

Commit

Permalink
delete debug .
Browse files Browse the repository at this point in the history
  • Loading branch information
snakajima authored and snakajima committed Apr 15, 2015
1 parent 52ab4b6 commit 266aaec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Controller/BlocksController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class BlocksController extends BbsesAppController {
*/
public $helpers = array(
'NetCommons.Token',
//'Paginator'
);

/**
Expand Down Expand Up @@ -88,7 +87,7 @@ public function index() {
'Block.language_id = ' . $this->viewVars['languageId'],
'Block.room_id = ' . $this->viewVars['roomId'],
),
'limit' => 1
//'limit' => 1
)
);
$bbses = $this->Paginator->paginate('Bbs');
Expand Down

0 comments on commit 266aaec

Please sign in to comment.