Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmaher committed Sep 1, 2014
1 parent 1c84d5a commit 050d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ protected function taxonomy($query, $name, $slug)
* The reasoning behind the pre and post fixing is so that a
* category and tag search can be executed at the same time.
*/
$postfix = substr(str_shuffle(str_repeat('abcdefghijklmnopqrstuvwxyz', 10), 0, 10));
$postfix = substr(str_shuffle(str_repeat('abcdefghijklmnopqrstuvwxyz', 10)), 0, 10);
$prefix = $query->getQuery()->getConnection()->getTablePrefix();

$query->select("posts.*")
Expand Down

0 comments on commit 050d554

Please sign in to comment.