Fix missing call to auto-update archives.
This commit is contained in:
parent
f95c943818
commit
16a94a261d
@ -1,3 +1,5 @@
|
|||||||
|
- Minor fixes.
|
||||||
|
|
||||||
### 3.5.4 - *2013-06-11*
|
### 3.5.4 - *2013-06-11*
|
||||||
|
|
||||||
- Fix regression.
|
- Fix regression.
|
||||||
|
|||||||
@ -22,7 +22,8 @@ Redirect =
|
|||||||
Redirect.post[boardID] = archive
|
Redirect.post[boardID] = archive
|
||||||
unless boardID of Redirect.file or boardID not in archive.files
|
unless boardID of Redirect.file or boardID not in archive.files
|
||||||
Redirect.file[boardID] = archive
|
Redirect.file[boardID] = archive
|
||||||
return
|
|
||||||
|
Redirect.update()
|
||||||
|
|
||||||
update: (cb) ->
|
update: (cb) ->
|
||||||
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->
|
$.get 'lastarchivecheck', 0, ({lastarchivecheck}) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user