From aec2596f85e0e7d6720e6fa273444a7a8a1f7179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Steinbr=C3=BCck?= Date: Sat, 11 Jun 2016 17:40:47 +0200 Subject: [PATCH] Update Photo.php --- php/Modules/Photo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/Modules/Photo.php b/php/Modules/Photo.php index 8870307..5947aa1 100755 --- a/php/Modules/Photo.php +++ b/php/Modules/Photo.php @@ -208,7 +208,7 @@ final class Photo { $info = $this->getInfo($path); // Use title of file if IPTC title missing - if ($info['title']==='') $info['title'] = substr(basename($file['name'], $extension), 0, 30); + if ($info['title']==='') $info['title'] = substr(basename($file['name'], $extension), 0, 100); if ($exists===false) { @@ -1263,4 +1263,4 @@ final class Photo { } -?> \ No newline at end of file +?>