summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.php b/init.php
index 6d713b7..9126dd1 100644
--- a/init.php
+++ b/init.php
@@ -1,5 +1,5 @@
<?php
-class Af_Z_Video_Fill_Poster extends Plugin {
+class Af_Video_Fill_Poster extends Plugin {
/* @var PluginHost $host */
private $host;
@@ -17,7 +17,7 @@ class Af_Z_Video_Fill_Poster extends Plugin {
$this->host = $host;
$this->cache = new DiskCache("images");
- $host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
+ $host->add_hook($host::HOOK_ARTICLE_FILTER, $this, 100);
}
private function ffmpeg_thumbnail($input_filename, $output_filename) {