We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca449db + d1e322b commit f3bf16aCopy full SHA for f3bf16a
code/Model/Submission/SubmittedFileField.php
@@ -50,7 +50,7 @@ public function getFormattedValue()
50
if (Security::getCurrentUser()) {
51
// Logged in CMS user without permissions to view file in the CMS
52
$default = 'You don\'t have the right permissions to download this file';
53
- $message = _t(__CLASS__ . '..INSUFFICIENTRIGHTS', $default);
+ $message = _t(__CLASS__ . '.INSUFFICIENTRIGHTS', $default);
54
return DBField::create_field('HTMLText', sprintf(
55
'<i class="icon font-icon-lock"></i> %s - <em>%s</em>',
56
htmlspecialchars($name, ENT_QUOTES),
0 commit comments