From: Alan Knowles Date: Fri, 22 Jan 2016 04:41:57 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dbb7b44fbeb1f251b0aab34e4a362a753353be88 Asset.php --- 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]])) {