Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarjuuk committed Jul 18, 2015
1 parent 998763b commit 11ab3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected function generateContent()
continue;

$comments = DB::Aowow()->selectCol('
SELECT `typeId` AS ARRAY_KEY, count(1) AS nComments FROM ?_comments
SELECT `typeId` AS ARRAY_KEY, count(1) AS ncomments FROM ?_comments
WHERE `replyTo` = 0 AND (`flags` & ?d) = 0 AND `type`= ?d AND `date` > (UNIX_TIMESTAMP() - ?d)
GROUP BY `type`, `typeId`
LIMIT 100',
Expand Down

0 comments on commit 11ab3e0

Please sign in to comment.