aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photos.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
committerAndrew Manning <tamanning@zoho.com>2016-04-25 06:17:39 -0400
commitf027bf81cdaddee5d6474199c1b7adce50e6e07d (patch)
tree23fd281c6627b7adc1421fcddf939e6447a4d18b /Zotlabs/Module/Photos.php
parentf3eae7132f8c104db2197858208f16a5792507be (diff)
parenta9d926886e6f8ed389031791799ffd352b8cb651 (diff)
downloadvolse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.gz
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.tar.bz2
volse-hubzilla-f027bf81cdaddee5d6474199c1b7adce50e6e07d.zip
Merge remote-tracking branch 'upstream/dev' into help-content
Diffstat (limited to 'Zotlabs/Module/Photos.php')
-rw-r--r--Zotlabs/Module/Photos.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Photos.php b/Zotlabs/Module/Photos.php
index 00a577847..ce350666f 100644
--- a/Zotlabs/Module/Photos.php
+++ b/Zotlabs/Module/Photos.php
@@ -1231,6 +1231,7 @@ class Photos extends \Zotlabs\Web\Controller {
$o .= replace_macros($photo_tpl, array(
'$id' => $ph[0]['id'],
'$album' => $album_e,
+ '$tools_label' => t('Photo Tools'),
'$tools' => $tools,
'$lock' => $lockstate[1],
'$photo' => $photo,