diff options
author | Zot <mike@macgirvin.com> | 2019-03-18 09:35:53 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-03-18 09:35:53 +0100 |
commit | ea9925f489602529891c0ed468cf35117e7ef454 (patch) | |
tree | 4f2dea61bdc49be73de4ae00fc4e22937361df3e /Zotlabs/Module/Dreport.php | |
parent | e28bde6ccdb03b370df1dbc8654d69c905b8a235 (diff) | |
download | volse-hubzilla-ea9925f489602529891c0ed468cf35117e7ef454.tar.gz volse-hubzilla-ea9925f489602529891c0ed468cf35117e7ef454.tar.bz2 volse-hubzilla-ea9925f489602529891c0ed468cf35117e7ef454.zip |
clone systems apps to the extent possible, auto-configure imagick thumbnail binary during setup if possible
Diffstat (limited to 'Zotlabs/Module/Dreport.php')
-rw-r--r-- | Zotlabs/Module/Dreport.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Dreport.php b/Zotlabs/Module/Dreport.php index 1538ea278..0fc36dc29 100644 --- a/Zotlabs/Module/Dreport.php +++ b/Zotlabs/Module/Dreport.php @@ -161,7 +161,8 @@ class Dreport extends \Zotlabs\Web\Controller { $o = replace_macros(get_markup_template('dreport.tpl'), array( '$title' => sprintf( t('Delivery report for %1$s'),basename($mid)) . '...', '$table' => $table, - '$mid' => (($encoded_mid) ? $encoded_mid : $mid), + '$mid' => urlencode($mid), + '$safe_mid' => urlencode(gen_link_id($mid)), '$options' => t('Options'), '$push' => t('Redeliver'), '$entries' => $entries |