@@ -46,7 +46,7 @@ |
||
| 46 | 46 | <?php renderDocumentBreadcrumb($path) ?> |
| 47 | 47 | </tr> |
| 48 | 48 | <?php |
| 49 | - $parentPath = substr($path, 0, strrpos( $path, '/')); |
|
| 49 | + $parentPath = substr($path, 0, strrpos($path, '/')); |
|
| 50 | 50 | if ($path !== '/' && substr_count($path, '/') === 1) { |
| 51 | 51 | $parentPath = '/'; |
| 52 | 52 | } |