We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8bf90c + a7625eb commit f7d2d47Copy full SHA for f7d2d47
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