I don't know where to submit this, so I figured I'd put it here:
I'm running v1.4.4-pl2.
in albums.php, line 28, it reads:
if (!empty($HTTP_GET_VAR['gallery_nocache'])) {
It should be:
if (empty($HTTP_GET_VARS['gallery_nocache'])) {
The way that it's delievered, the cache.html is not read. I hope that helps someone...
-ckh
Posts: 13451
The proper way to submit bugs/patches are on the sf.net tracker, available at http://sf.net/projects/gallery
I've noted the developers, but please submit a bug report so we can keep track of them! Thanks!