From 006a478db443fc7649f65444e9407ae855f0fe86 Mon Sep 17 00:00:00 2001 From: Heshan Date: Fri, 22 Apr 2011 10:31:37 +0530 Subject: #1127354 by mrfree cache clear after transcode needs to be ported to d7 --- includes/conversion.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- cgit v1.2.3