diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-21 23:23:04 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-21 23:23:04 +0200 |
commit | 42905504e134d999710eacf73253844e85cf6fec (patch) | |
tree | adc7d8e56058fb2b5c2b8ec45eb758a4bf701495 /lib/exe/fetch.php | |
parent | bc228f156741b7e3e76517034e52463eb7d73fc2 (diff) | |
download | rpg-42905504e134d999710eacf73253844e85cf6fec.tar.gz rpg-42905504e134d999710eacf73253844e85cf6fec.tar.bz2 |
some fixes for getID and the detail page
darcs-hash:20051021212304-7ad00-f01b3954b6b71ecc9e0cf899ed62bfb33e0c437e.gz
Diffstat (limited to 'lib/exe/fetch.php')
-rw-r--r-- | lib/exe/fetch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index 902d9248e..89c88090c 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -18,7 +18,7 @@ $mimetypes = getMimeTypes(); //get input - $MEDIA = getID('media'); + $MEDIA = getID('media',false); // no cleaning - maybe external $CACHE = calc_cache($_REQUEST['cache']); $WIDTH = $_REQUEST['w']; $HEIGHT = $_REQUEST['h']; |