diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index d68609a..fd5c762 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -5,7 +5,7 @@ include_once("config.php"); if($mode == "imagecache") { include_once($UTIL_DIR. "/imagecache.php"); - getCachedImage($uri, $mw, $mh); + getCachedImage($uri, $mod, $cat); return; } |