Skip to content

Commit 335f451

Browse files
committed
Update camps.php
1 parent 5da96f6 commit 335f451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/leaderboard/camps.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
*/
1010

11-
use function Results\GetCats\get_category_from_cache;
11+
use function Results\GetCats\get_cats_from_cache;
1212
use Tables\SqlTables\TablesSql;
1313

1414
function get_articles_to_camps()
@@ -27,7 +27,7 @@ function get_articles_to_camps()
2727
// ---
2828
foreach ($cat2camp as $cat => $camp) {
2929
// ---
30-
$members = get_category_from_cache($cat);
30+
$members = get_cats_from_cache($cat);
3131
// ---
3232
foreach ($members as $member) {
3333
// ---

0 commit comments

Comments
 (0)