File/Convert.php
authorleon <leon@roojs.com>
Thu, 21 Mar 2024 02:47:59 +0000 (10:47 +0800)
committerleon <leon@roojs.com>
Thu, 21 Mar 2024 02:47:59 +0000 (10:47 +0800)
File/Convert.php

index 6cf3a85..db64632 100644 (file)
@@ -187,7 +187,7 @@ class File_Convert
             require_once 'File/Convert/Solution/'. $scf . '.php';
             $scls = 'File_Convert_Solution_' . $scf;
                 
-            $sc = new $scls($toMimetype, $toMimetype);
+            $sc = new $scls($toMimetype, $toMimetype, self::$options);
             $sc->debug=  $this->debug;
             $this->solutions[] = $sc;
             $x  = str_replace('c', 'x', $x);