message
git-svn-id: file:///home/shish/svn/shimmie2/trunk@378 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
eddfaeb59b
commit
8552727d52
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user