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