From 8552727d525b21d120179bc12805c6585e8e71b6 Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 26 Jul 2007 15:44:27 +0000 Subject: [PATCH] message git-svn-id: file:///home/shish/svn/shimmie2/trunk@378 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/upload/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/upload/main.php b/ext/upload/main.php index 59c96419..82a9c81e 100644 --- a/ext/upload/main.php +++ b/ext/upload/main.php @@ -164,7 +164,7 @@ class Upload extends Extension { } else if(!($info = @getimagesize($tmp_filename))) { $this->theme->display_upload_error($page, "Error with ".html_escape($filename), - "PHP doesn't recognise this as an image file"); + "PHP doesn't recognise this as an image file -- perhaps the site has hotlink protection?"); } else { $image = new Image($tmp_filename, basename($url), $tags, $source);