From 41aa9e13cf21b83654cfb2993cea7d8385563692 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Aug 2014 06:05:52 -0700 Subject: doc update --- mod/photos.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 86e027bab..428aff2a0 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -620,6 +620,7 @@ function photos_content(&$a) { if((strlen($datum) & 1) || (! ctype_xdigit($datum))) { notice( t('Album name could not be decoded') . EOL); + logger('mod_photos: illegal album encoding: ' . $datum); $datum = ''; } -- cgit v1.2.3