Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-29 12:07:04 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-29 12:07:04 +0300
commit4541a4a464fadb23a12e4f594e3732f80dfcb6a0 (patch)
tree8824dd2a36ad0ab518f0238f0e5da87d1b8d727b /lib
parent42813a8c6b01f983801502dd177cefb44f318753 (diff)
sev -> severity - #372
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Index.php2
-rw-r--r--lib/Command/Live.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Index.php b/lib/Command/Index.php
index a77a1b2..ca1953b 100644
--- a/lib/Command/Index.php
+++ b/lib/Command/Index.php
@@ -765,7 +765,7 @@ class Index extends ExtendedBase {
'index' => $index,
'message' => $error['message'],
'exception' => $error['exception'],
- 'severity' => $error['sev']
+ 'severity' => $error['severity']
];
}
diff --git a/lib/Command/Live.php b/lib/Command/Live.php
index 0c79e83..513b656 100644
--- a/lib/Command/Live.php
+++ b/lib/Command/Live.php
@@ -474,7 +474,7 @@ class Live extends ExtendedBase {
'index' => $index,
'message' => $error['message'],
'exception' => $error['exception'],
- 'severity' => $error['sev']
+ 'severity' => $error['severity']
];
}