src/Asset/Asset.php 2 locations
|
@@ 703-705 (lines=3) @@
|
| 700 |
|
return true; |
| 701 |
|
} |
| 702 |
|
|
| 703 |
|
if ($debug == 'public' && $live && $this->request->segment(1) !== 'admin') { |
| 704 |
|
return true; |
| 705 |
|
} |
| 706 |
|
|
| 707 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 708 |
|
return true; |
|
@@ 707-709 (lines=3) @@
|
| 704 |
|
return true; |
| 705 |
|
} |
| 706 |
|
|
| 707 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 708 |
|
return true; |
| 709 |
|
} |
| 710 |
|
|
| 711 |
|
// Merge filters from collection files. |
| 712 |
|
foreach ($this->collections[$collection] as $fileFilters) { |