We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da96f6 commit 335f451Copy full SHA for 335f451
src/leaderboard/camps.php
@@ -8,7 +8,7 @@
8
9
*/
10
11
-use function Results\GetCats\get_category_from_cache;
+use function Results\GetCats\get_cats_from_cache;
12
use Tables\SqlTables\TablesSql;
13
14
function get_articles_to_camps()
@@ -27,7 +27,7 @@ function get_articles_to_camps()
27
// ---
28
foreach ($cat2camp as $cat => $camp) {
29
30
- $members = get_category_from_cache($cat);
+ $members = get_cats_from_cache($cat);
31
32
foreach ($members as $member) {
33
0 commit comments