CS says it always has new content for cache time

This commit is contained in:
Graham Knop 2007-10-04 19:58:08 +00:00
parent 3f5ca61c12
commit 4949d10da2
3 changed files with 13 additions and 0 deletions

View file

@ -311,6 +311,12 @@ sub formatContent {
return $msg;
}
#-------------------------------------------------------------------
# Too slow to try to find out children, just always assume new data
sub getContentLastModified {
return time();
}
#-------------------------------------------------------------------
sub getAutoCommitWorkflowId {
my $self = shift;

View file

@ -753,6 +753,12 @@ sub duplicate {
return $newAsset;
}
#-------------------------------------------------------------------
# Too slow to try to find out children, just always assume new data
sub getContentLastModified {
return time();
}
#-------------------------------------------------------------------
sub getEditTabs {
my $self = shift;