diff options
author | Heshan <heshan@heidisoft.com> | 2011-04-22 10:31:37 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-04-22 10:31:37 +0530 |
commit | 006a478db443fc7649f65444e9407ae855f0fe86 (patch) | |
tree | da3ceb9c258cabceb3e9832f43dfc26e149a7448 | |
parent | d5a907e6f810e57ac6f58f131c12003a80078ac5 (diff) | |
download | video-006a478db443fc7649f65444e9407ae855f0fe86.tar.gz video-006a478db443fc7649f65444e9407ae855f0fe86.tar.bz2 |
#1127354 by mrfree cache clear after transcode needs to be ported to d7
-rw-r--r-- | includes/conversion.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conversion.inc b/includes/conversion.inc index f35984e..a5a930f 100644 --- a/includes/conversion.inc +++ b/includes/conversion.inc @@ -24,7 +24,7 @@ class video_conversion { $this->process($video); } //clear cache once completed the conversion to update the file paths - cache_clear_all('*', 'cache_content', true); + cache_clear_all(); } } |