diff options
author | friendica <info@friendica.com> | 2014-08-15 06:05:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-15 06:05:52 -0700 |
commit | 41aa9e13cf21b83654cfb2993cea7d8385563692 (patch) | |
tree | 29fe268cd0fc2aba6a4d648f950043d1c589b693 /mod/photos.php | |
parent | 257332f434740d974d6189d19c147722ad105a16 (diff) | |
download | volse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.tar.gz volse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.tar.bz2 volse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.zip |
doc update
Diffstat (limited to 'mod/photos.php')
-rw-r--r-- | mod/photos.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ''; } |