@@ -140,12 +140,12 @@ |
||
140 | 140 | switch ($permission) { |
141 | 141 | case 'create': |
142 | 142 | case 'list': |
143 | - $http_path = '/' . $resource; |
|
143 | + $http_path = '/'.$resource; |
|
144 | 144 | break; |
145 | 145 | case 'edit': |
146 | 146 | case 'delete': |
147 | 147 | case 'view': |
148 | - $http_path = '/' . $resource . '/*'; |
|
148 | + $http_path = '/'.$resource.'/*'; |
|
149 | 149 | break; |
150 | 150 | default: |
151 | 151 | $http_path = ''; |