We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454a1b2 commit 93c19e8Copy full SHA for 93c19e8
pages/ajax.document.php
@@ -63,6 +63,7 @@
63
break;
64
65
case 'download_inlineimage':
66
+ LoginWebPage::DoLoginEx();
67
// No login is required because the "secret" protects us
68
// Benefit: the inline image can be inserted into any HTML (templating = $this->html(public_log)$)
69
$id = utils::ReadParam('id', '');
0 commit comments