diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-08 09:09:13 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-08 09:09:13 +0000 |
commit | 797ddead2ae5f678eee182993023f524f8536d9f (patch) | |
tree | 1a21201fd6898948b066d96930ea72a8ecac72a3 /admin/site_reader_remote.php | |
parent | 6e3a69f232d1910f0f780f37c476b25964990f76 (diff) |
bug:1791 display hd dimensions instead of websize dimensions
git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/site_reader_remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/site_reader_remote.php b/admin/site_reader_remote.php index 49fa317e8..3789005cb 100644 --- a/admin/site_reader_remote.php +++ b/admin/site_reader_remote.php @@ -43,7 +43,7 @@ function RemoteSiteReader($url, $listing_url) 'tn_ext', 'representative_ext', 'has_high', ); $this->metadata_attributes = array( - 'filesize', 'width', 'height', 'high_filesize' + 'filesize', 'width', 'height', 'high_filesize', 'high_width', 'high_height', ); if (!isset($listing_url)) |