stats prepared
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-31 22:42:26 +00:00
parent faacf4ec2d
commit 46cf4dcd40
3 changed files with 37 additions and 19 deletions

View File

@ -218,7 +218,7 @@ class Dogs extends Page {
$this->set('results', $d->getResults());
$this->set('dogdata', $d->data);
$this->set('dogid', $dogid);
$this->set('template', 'dog.html');
$this->set('template', 'dog.html.php');
}
function maySeeThisPage() {