DataObjects/pman.links.ini
[Pman.Core] / Asset.php
index 9226b1f..40c697c 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -34,9 +34,11 @@ class Pman_Core_Asset extends Pman {
     }
     
     
-    function get($s='')
+    function get($s='', $opts = Array())
     {
-       
+        
+        $this->sessionState(0);
+        
         $bits = explode('/', $s);
         
         if (empty($bits[0]) || empty($bits[1])  || !isset($this->types[$bits[0]])) {