Multisize
Bug fixed if $conf['derivative_url_style'] != 0 Create a pwg_ajax_thumbnails_loader function git-svn-id: http://piwigo.org/svn/trunk@13452 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d53c5e454a
commit
54ce78ca76
3 changed files with 10 additions and 11 deletions
|
|
@ -99,7 +99,7 @@ final class DerivativeImage
|
|||
public $src_image;
|
||||
|
||||
private $params;
|
||||
private $rel_path, $rel_url, $is_cached;
|
||||
private $rel_path, $rel_url, $is_cached=true;
|
||||
|
||||
function __construct($type, $src_image)
|
||||
{
|
||||
|
|
@ -160,7 +160,6 @@ final class DerivativeImage
|
|||
// todo - what if we have a watermark maybe return a smaller size?
|
||||
$params = null;
|
||||
$rel_path = $rel_url = $src->rel_path;
|
||||
$is_cached = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -197,7 +196,6 @@ final class DerivativeImage
|
|||
}
|
||||
else
|
||||
{
|
||||
$is_cached = true;
|
||||
$url_style = 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue