Skip to content

Commit

Permalink
Bugfix select_limit url path
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed May 19, 2015
1 parent 81a0955 commit 5929a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Elements/BbsArticles/select_limit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

$url = Hash::merge(
array('controller' => 'bbs_artciles', 'action' => 'index', $frameId),
array('controller' => 'bbs_articles', 'action' => 'index', $frameId),
$this->Paginator->params['named']
);
?>
Expand Down

0 comments on commit 5929a42

Please sign in to comment.