src/Asset/Asset.php 2 locations
|
@@ 683-685 (lines=3) @@
|
| 680 |
|
return true; |
| 681 |
|
} |
| 682 |
|
|
| 683 |
|
if ($debug == 'public' && $live && $this->request->segment(1) !== 'admin') { |
| 684 |
|
return true; |
| 685 |
|
} |
| 686 |
|
|
| 687 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 688 |
|
return true; |
|
@@ 687-689 (lines=3) @@
|
| 684 |
|
return true; |
| 685 |
|
} |
| 686 |
|
|
| 687 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 688 |
|
return true; |
| 689 |
|
} |
| 690 |
|
|
| 691 |
|
// Merge filters from collection files. |
| 692 |
|
foreach ($this->collections[$collection] as $fileFilters) { |