Commit e745030a by Jair López Committed by Scott

Fix count() notice on PHP 7.2

parent 7cca35ec
...@@ -74,7 +74,7 @@ $qa_content = qa_q_list_page_content( ...@@ -74,7 +74,7 @@ $qa_content = qa_q_list_page_content(
null, // total count (null to hide page links) null, // total count (null to hide page links)
$sometitle, // title if some questions $sometitle, // title if some questions
$nonetitle, // title if no questions $nonetitle, // title if no questions
null, // categories for navigation array(), // categories for navigation
null, // selected category id null, // selected category id
null, // show question counts in category navigation null, // show question counts in category navigation
null, // prefix for links in category navigation null, // prefix for links in category navigation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment