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