maybe fixed constructor reference
This commit is contained in:
parent
55abeab437
commit
238c24e6a4
@ -1,7 +1,8 @@
|
||||
<?php
|
||||
class TA_CreateDB extends TestAction{
|
||||
function TA_CreateDB(){
|
||||
parent.__construct();
|
||||
|
||||
parent::__construct();
|
||||
}
|
||||
function execute(){
|
||||
try{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
class TA_PopulateDB extends TestAction{
|
||||
function TA_PopulateDB(){
|
||||
parent.__construct();
|
||||
parent::__construct();
|
||||
}
|
||||
function execute(){
|
||||
try{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user