Asset.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Jan 2016 04:41:57 +0000 (12:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Jan 2016 04:41:57 +0000 (12:41 +0800)
Asset.php

index 9226b1f..20da9b8 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -36,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]])) {