maybe fixed constructor reference

This commit is contained in:
Andreas 2019-09-19 13:48:37 +02:00
parent 55abeab437
commit 238c24e6a4
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<?php
class TA_CreateDB extends TestAction{
function TA_CreateDB(){
parent.__construct();
parent::__construct();
}
function execute(){
try{

View File

@ -1,7 +1,7 @@
<?php
class TA_PopulateDB extends TestAction{
function TA_PopulateDB(){
parent.__construct();
parent::__construct();
}
function execute(){
try{