summaryrefslogtreecommitdiffstats
path: root/application/views/file/deleted.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/deleted.php')
-rw-r--r--application/views/file/deleted.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/deleted.php b/application/views/file/deleted.php
index 8a5818f2d..741824e58 100644
--- a/application/views/file/deleted.php
+++ b/application/views/file/deleted.php
@@ -2,7 +2,7 @@
<?php if (!empty($errors)) {
echo "<p>";
foreach ($errors as $error) {
- echo "${error["id"]}: ${error["reason"]}<br>\n";
+ echo "{$error["id"]}: {$error["reason"]}<br>\n";
}
echo "</p>";
} ?>