File/Convert/Solution.php
authorAlan Knowles <alan@roojs.com>
Tue, 20 Nov 2018 06:38:03 +0000 (14:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Nov 2018 06:38:03 +0000 (14:38 +0800)
File/Convert/Solution.php

index e9683f2..6a24b3f 100644 (file)
@@ -8,12 +8,12 @@ class File_Convert_Solution
     var $to;
     var $ext;
     var $debug = false;
-    var $convert; // reference to caller..
+    
     var $log = array();
     
-    function __construct($caller,$method, $from ,$to)
+    function __construct($method, $from ,$to)
     {
-        $this->convert = $caller;
+        
         $this->method = $method;
         $this->from = $from;
         $this->to = $to;