Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Includes path for files

AuthorDave Jarvis <email>
Date2026-02-15 19:47:12 GMT-0800
Commit90a5669c2b7ad7585cbaa31ef6c297c85d85ac25
Parent5ab23c1
pages/FilePage.php
echo '<tbody>';
- $renderer = new HtmlFileRenderer( $this->currentRepo['safe_name'], $path );
+ $currentPath = $this->hash ? $path : '';
+ $renderer = new HtmlFileRenderer(
+ $this->currentRepo['safe_name'], $currentPath
+ );
foreach( $entries as $file ) {
Delta4 lines added, 1 line removed, 3-line increase