X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Asset.php;h=92e43cbba844120cd4a1481d8489fcd7caa342bf;hp=484a69da63eb0ac547f7414bf866207a570cc8dd;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=b7d5a193788463357879ab7a8b1ae1c5b7384a5c diff --git a/Asset.php b/Asset.php index 484a69da..92e43cbb 100644 --- a/Asset.php +++ b/Asset.php @@ -36,8 +36,6 @@ class Pman_Core_Asset extends Pman { function get($s='', $opts = Array()) { - - $this->sessionState(0); $bits = explode('/', $s); @@ -175,9 +173,10 @@ class Pman_Core_Asset extends Pman { } require_once 'System.php'; + $ff = HTML_FlexyFramework::get(); $mods = $this->modulesList(); - $mods[] = $ff->project; // Pman + $mods[] = $ff->project; // Pman - this was the old format... $mods[] = ''; // Pman + appshortname.. foreach ($mods as $module) {