DataObjects/Core_domain.php
[Pman.Core] / Asset.php
index 91c36eb..20da9b8 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -22,8 +22,7 @@
 require_once 'Pman.php';
 
 class Pman_Core_Asset extends Pman {
-    
-    
+     
     var $types = array(
         'css' => 'text/css',
         'js' => 'text/javascript',
@@ -37,7 +36,9 @@ class Pman_Core_Asset extends Pman {
     
     function get($s='')
     {
-       
+        
+        $this->sessionState(0);
+        
         $bits = explode('/', $s);
         
         if (empty($bits[0]) || empty($bits[1])  || !isset($this->types[$bits[0]])) {