aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-28 22:33:02 -0700
committerFriendika <info@friendika.com>2011-06-28 22:33:02 -0700
commitd5855967a7088400e561708428d66c7a8105e8a2 (patch)
tree3dc5d868470569941fe451b1861a1844b3cc057f /include/items.php
parent5023eed6052fd3ba3a7bb13cfc70f06c4c29a172 (diff)
downloadvolse-hubzilla-d5855967a7088400e561708428d66c7a8105e8a2.tar.gz
volse-hubzilla-d5855967a7088400e561708428d66c7a8105e8a2.tar.bz2
volse-hubzilla-d5855967a7088400e561708428d66c7a8105e8a2.zip
do not translate hidden photo album 'Contact Photos' as it may become unhidden when different language is used.
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php
index 63e180f76..4f6030e5a 100644
--- a/include/items.php
+++ b/include/items.php
@@ -1072,13 +1072,13 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_fee
$img->scaleImageSquare(175);
$hash = $resource_id;
- $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), t('Contact Photos') , 4);
+ $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), 'Contact Photos', 4);
$img->scaleImage(80);
- $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), t('Contact Photos') , 5);
+ $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), 'Contact Photos', 5);
$img->scaleImage(48);
- $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), t('Contact Photos') , 6);
+ $r = $img->store($contact['uid'], $contact['id'], $hash, basename($photo_url), 'Contact Photos', 6);
$a = get_app();