Skip to content

Commit

Permalink
! The colon separator for specifying number of items on homepage bloc…
Browse files Browse the repository at this point in the history
…ks didn't work properly. (Home.php)
  • Loading branch information
Nao committed Nov 8, 2014
1 parent 772cafd commit 8f85c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/app/Home.php
Expand Up @@ -38,6 +38,7 @@ function Home()
{
$item = trim($item);
$param = strpos($item, ':') !== false ? strrchr($item, ':') : '';
$item = str_replace($param, '', $item);

/* Got anything to say?
------------------------- */
Expand Down

0 comments on commit 8f85c88

Please sign in to comment.