Review update
Rename function and add new function.
This commit is contained in:
parent
e37640c44c
commit
71534a1475
3 changed files with 20 additions and 10 deletions
|
@ -100,8 +100,8 @@ class CronJobs
|
|||
return;
|
||||
}
|
||||
|
||||
foreach ($r AS $user) {
|
||||
Photo::photoAlbums($user['uid'], true);
|
||||
foreach ($r as $user) {
|
||||
Photo::clearAlbumCache($user['uid']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue