diff options
Diffstat (limited to 'lib/private/DB/PreparedStatement.php')
-rw-r--r-- | lib/private/DB/PreparedStatement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/DB/PreparedStatement.php b/lib/private/DB/PreparedStatement.php index 5fdfa2b03e8..54561ed96cd 100644 --- a/lib/private/DB/PreparedStatement.php +++ b/lib/private/DB/PreparedStatement.php @@ -78,6 +78,6 @@ class PreparedStatement implements IPreparedStatement { return $this->result; } - throw new Exception("You have to execute the prepared statement before accessing the results"); + throw new Exception('You have to execute the prepared statement before accessing the results'); } } |