Fix missing call to auto-update archives.

This commit is contained in:
Mayhem 2013-06-20 18:43:45 +02:00
parent f95c943818
commit 16a94a261d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
- Minor fixes.
### 3.5.4 - *2013-06-11*
- Fix regression.

View File

@ -22,7 +22,8 @@ Redirect =
Redirect.post[boardID] = archive
unless boardID of Redirect.file or boardID not in archive.files
Redirect.file[boardID] = archive
return
Redirect.update()
update: (cb) ->
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->