aboutsummaryrefslogtreecommitdiffstats
path: root/include/derivative.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/derivative.inc.php')
-rw-r--r--include/derivative.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/derivative.inc.php b/include/derivative.inc.php
index 6d0055def..c45c77b80 100644
--- a/include/derivative.inc.php
+++ b/include/derivative.inc.php
@@ -239,7 +239,7 @@ final class DerivativeImage
function get_type()
{
if ($this->params == null)
- return 'original';
+ return 'Original';
return $this->params->type;
}