bug #1434578, missing argument for __construct()
This commit is contained in:
@@ -206,7 +206,7 @@ class PMA_StorageEngine
|
||||
*/
|
||||
function PMA_StorageEngine($engine)
|
||||
{
|
||||
$this->__construct();
|
||||
$this->__construct($engine);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user