From dbb7b44fbeb1f251b0aab34e4a362a753353be88 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jan 2016 12:41:57 +0800 Subject: [PATCH] Asset.php --- Asset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 9226b1fb..20da9b88 100644 --- 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]])) { -- 2.39.2