maybe fixed constructor references
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user