aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Dreport.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-07 17:23:52 -0700
committerredmatrix <git@macgirvin.com>2016-07-07 17:23:52 -0700
commit233cfc29d6e68f8a8453fab2ebb733ab35fa4b67 (patch)
treee4b2e8b8f364b1aa9317ae2b260b53a505e70741 /Zotlabs/Module/Dreport.php
parent3bee6543fbd339adf9b9993269b6a46bec27f05e (diff)
downloadvolse-hubzilla-233cfc29d6e68f8a8453fab2ebb733ab35fa4b67.tar.gz
volse-hubzilla-233cfc29d6e68f8a8453fab2ebb733ab35fa4b67.tar.bz2
volse-hubzilla-233cfc29d6e68f8a8453fab2ebb733ab35fa4b67.zip
hide the redeliver option one level down since it should rarely be needed by folks outside of shared hosting.
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
));