summaryrefslogtreecommitdiff
path: root/htdocs/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/index.php')
-rw-r--r--htdocs/index.php2
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;
}