diff options
Diffstat (limited to 'classes/database/Postgres84.php')
| -rwxr-xr-x | classes/database/Postgres84.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/database/Postgres84.php b/classes/database/Postgres84.php index bc2b2b34..59d9f2f7 100755 --- a/classes/database/Postgres84.php +++ b/classes/database/Postgres84.php @@ -30,8 +30,8 @@ class Postgres84 extends Postgres90 { * Constructor * @param $conn The database connection */ - function Postgres84($conn) { - $this->Postgres($conn); + function __construct($conn) { + parent::__construct($conn); } // Help functions |
