summaryrefslogtreecommitdiffstats
path: root/application/service/files.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-14 19:23:49 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-14 19:23:49 +0100
commit01226a9afd760a920e9cb3377913ee296f0ab2ca (patch)
treee20148091cf0f9b6ff11efe65a76cfe1d1bad24c /application/service/files.php
parent4f5f2f496bdc182ac9edeb2f416d12fa5e56a9ca (diff)
Fix consistency of error_ids
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/service/files.php')
-rw-r--r--application/service/files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/service/files.php b/application/service/files.php
index 922320e11..e31efacc1 100644
--- a/application/service/files.php
+++ b/application/service/files.php
@@ -207,7 +207,7 @@ class files {
}
if (count(array_unique($ids)) != count($ids)) {
- throw new \exceptions\UserInputException("file/create_multipaste/duplicate_id", "Duplicate IDs are not supported");
+ throw new \exceptions\UserInputException("file/create_multipaste/duplicate-id", "Duplicate IDs are not supported");
}
$errors = array();