- language aditions/removal

git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2012-02-09 20:43:41 +00:00
parent afb04c0293
commit 1b527e3964
41 changed files with 56 additions and 54 deletions

View file

@ -239,7 +239,7 @@ final class DerivativeImage
function get_type()
{
if ($this->params == null)
return 'original';
return 'Original';
return $this->params->type;
}