From d908520b7ebde8e209a5db89a505f959ad6b76c4 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 23 Feb 2010 09:21:02 +0000 Subject: New imagecache generation system. --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs') 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; } -- cgit v1.2.3