Bug fix - cache.html

ckhorne

Joined: 2004-09-06
Posts: 1
Posted: Mon, 2004-09-06 21:35

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

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2004-09-06 21:47

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!