diff options
-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(); } } |