From 01226a9afd760a920e9cb3377913ee296f0ab2ca Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 14 Feb 2015 19:23:49 +0100 Subject: Fix consistency of error_ids Signed-off-by: Florian Pritz --- application/service/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-24-g4f1b