1
0
Fork 0

Review update

Rename function and add new function.
This commit is contained in:
Adam Magness 2018-01-03 22:36:15 -05:00
commit 71534a1475
3 changed files with 20 additions and 10 deletions

View file

@ -100,8 +100,8 @@ class CronJobs
return;
}
foreach ($r AS $user) {
Photo::photoAlbums($user['uid'], true);
foreach ($r as $user) {
Photo::clearAlbumCache($user['uid']);
}
}