more quote identeiifers fixessss
[Pman.Core] / UploadProgress.php
index a3f68e0..7616fbf 100644 (file)
@@ -14,8 +14,9 @@ class Pman_Core_UploadProgress extends Pman
         
         return true; 
     }
-    function get()
-    {   
+    function get($v, $opts=array())
+    {
+        $this->sessionState(0); // turn off the session..
         header("Cache-Control: no-cache, must-revalidate");
         header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
         if (  !function_exists('uploadprogress_get_info')) {