GX-Bug #56260 » cPathFix.patch
| src/includes/application_top.php (date 1524162100000) | ||
|---|---|---|
| 1533 | 1533 | 
    $cPath = '';  | 
| 1534 | 1534 | 
    }  | 
| 1535 | 1535 | |
| 1536 | 
    $cPath_array = array();  | 
|
| 1537 | ||
| 1536 | 1538 | 
    if (xtc_not_null($cPath)) {
   | 
| 1537 | 1539 | 
    $cPath_array = xtc_parse_category_path($cPath);  | 
| 1538 | 1540 | 
    	$cPath = implode('_', $cPath_array);
   |