Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:09:27 +0000 (11:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:09:27 +0000 (11:09 +0800)
Asset.php

index a35cdde..03c34db 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -27,6 +27,11 @@ class Pman_Core_Asset extends Pman {
         'js' => 'text/javascript',
     );
     
+    function getAuth()
+    {
+        return true;
+    }
+    
     
     function get($s='')
     {