From cb0e0777ce832b2a148a1d71a304c7cba5e6564e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 08 Jun 2015 09:35:33 -0400 Subject: [PATCH] Fix "PHP Fatal error: Using $this when not in object context" --- SQL/oracle.initial.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SQL/oracle.initial.sql b/SQL/oracle.initial.sql index d32cc92..0110abf 100644 --- a/SQL/oracle.initial.sql +++ b/SQL/oracle.initial.sql @@ -218,4 +218,4 @@ "value" long ); -INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2014042900'); +INSERT INTO "system" ("name", "value") VALUES ('roundcube-version', '2015030800'); -- Gitblit v1.9.1