summaryrefslogtreecommitdiffstats
path: root/lib/private/session/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/session/memory.php')
-rw-r--r--lib/private/session/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/session/memory.php b/lib/private/session/memory.php
index 1cae62e44d3..0fc9165c7cd 100644
--- a/lib/private/session/memory.php
+++ b/lib/private/session/memory.php
@@ -93,7 +93,7 @@ class Memory extends Session {
*/
private function validateSession() {
if ($this->sessionClosed) {
- throw new \Exception('Session has been closed - no further changes to the session as allowed');
+ throw new \Exception('Session has been closed - no further changes to the session are allowed');
}
}
}