aboutsummaryrefslogtreecommitdiffstats
path: root/mod/cover_photo.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-14 11:45:48 -0800
committerredmatrix <git@macgirvin.com>2016-01-14 11:45:48 -0800
commit4506d80198fb30d09239541f21fe11c173c6c84e (patch)
treed6b7c6b36269dbfa1f3a8d58459a7335e2e0df0e /mod/cover_photo.php
parente500a08f152d641f60c7146c6a290042bdd37a73 (diff)
downloadvolse-hubzilla-4506d80198fb30d09239541f21fe11c173c6c84e.tar.gz
volse-hubzilla-4506d80198fb30d09239541f21fe11c173c6c84e.tar.bz2
volse-hubzilla-4506d80198fb30d09239541f21fe11c173c6c84e.zip
revision update
Diffstat (limited to 'mod/cover_photo.php')
-rw-r--r--mod/cover_photo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/cover_photo.php b/mod/cover_photo.php
index fd7d794f5..a6262ed7c 100644
--- a/mod/cover_photo.php
+++ b/mod/cover_photo.php
@@ -103,7 +103,7 @@ function cover_photo_post(&$a) {
$aid = get_account_id();
$p = array('aid' => $aid, 'uid' => local_channel(), 'resource_id' => $base_image['resource_id'],
- 'filename' => $base_image['filename'], 'album' => t('Profile Photos'));
+ 'filename' => $base_image['filename'], 'album' => t('Cover Photos'));
$p['scale'] = 7;
$p['photo_usage'] = PHOTO_COVER;
@@ -143,7 +143,7 @@ function cover_photo_post(&$a) {
require_once('include/attach.php');
- $res = attach_store($a->get_channel(), get_observer_hash(), '', array('album' => t('Profile Photos'), 'hash' => $hash));
+ $res = attach_store($a->get_channel(), get_observer_hash(), '', array('album' => t('Cover Photos'), 'hash' => $hash));
logger('attach_store: ' . print_r($res,true));