getgrav / grav-plugin-precache

Grav PreCache Plugin
https://getgrav.org
MIT License
7 stars 2 forks source link

Typo on line 46 of precache.php #6

Open Quanatee opened 7 years ago

Quanatee commented 7 years ago

Was browsing through the code, noticed what might be an inconsequential typo?

On line 46 of precache.php

$cache_id = md5('preacache'.$cache->getKey());
mahagr commented 7 years ago

Doesn't really matter what the text is, it is just used to generate md5.