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