diff options
-rw-r--r-- | classes/database/Postgres94.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/database/Postgres94.php b/classes/database/Postgres94.php index 908825e5..913ea044 100644 --- a/classes/database/Postgres94.php +++ b/classes/database/Postgres94.php @@ -5,9 +5,9 @@ * */ -include_once('./classes/database/Postgres.php'); +include_once('./classes/database/Postgres95.php'); -class Postgres94 extends Postgres { +class Postgres94 extends Postgres95 { var $major_version = 9.4; |