File/Convert.php
authoredward <edward@roojs.com>
Thu, 18 Feb 2016 06:04:12 +0000 (14:04 +0800)
committeredward <edward@roojs.com>
Thu, 18 Feb 2016 06:04:12 +0000 (14:04 +0800)
File/Convert.php

index 49888a6..85405fb 100644 (file)
@@ -527,6 +527,7 @@ class File_Convert
                 if ($try === false) {
                     continue; // mo way to convert
                 }
+                print_R($try);exit;
 //                print_r($conv);exit;
                 $first = new File_Convert_Solution($conv, $from, $targ);
                 $first->convert = $this;