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