aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Dreport.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-10 11:34:10 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-10 11:34:10 +0200
commite11219888ddb2dbf66a3f6e0042278b43f72d66a (patch)
tree798ee0f36f84057c7536c596ac13628ebbc160d9 /Zotlabs/Module/Dreport.php
parent0b2ad9deca89e7e267aeea114889f49ea93ed81d (diff)
parente2574cf069dc29b1e8ca6bd64ee78b262206cef4 (diff)
downloadvolse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.tar.gz
volse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.tar.bz2
volse-hubzilla-e11219888ddb2dbf66a3f6e0042278b43f72d66a.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Module/Dreport.php')
-rw-r--r--Zotlabs/Module/Dreport.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Dreport.php b/Zotlabs/Module/Dreport.php
index 17ed6515e..d2933b464 100644
--- a/Zotlabs/Module/Dreport.php
+++ b/Zotlabs/Module/Dreport.php
@@ -146,6 +146,7 @@ class Dreport extends \Zotlabs\Web\Controller {
'$title' => sprintf( t('Delivery report for %1$s'),substr($mid,0,32)) . '...',
'$table' => $table,
'$mid' => urlencode($mid),
+ '$options' => t('Options'),
'$push' => t('Redeliver'),
'$entries' => $entries
));