aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-15 06:05:52 -0700
committerfriendica <info@friendica.com>2014-08-15 06:05:52 -0700
commit41aa9e13cf21b83654cfb2993cea7d8385563692 (patch)
tree29fe268cd0fc2aba6a4d648f950043d1c589b693 /mod
parent257332f434740d974d6189d19c147722ad105a16 (diff)
downloadvolse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.tar.gz
volse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.tar.bz2
volse-hubzilla-41aa9e13cf21b83654cfb2993cea7d8385563692.zip
doc update
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php1
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 = '';
}