bug #1434578, missing argument for __construct()
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2006-02-19 Marc Delisle <lem9@users.sourceforge.net>
|
2006-02-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: re-establish previous error reporting mode
|
* libraries/common.lib.php: re-establish previous error reporting mode
|
||||||
* sql.php: bug #1434576, undefined variable $db
|
* sql.php: bug #1434576, undefined variable $db
|
||||||
|
* libraries/storage_engines.lib.php: bug #1434578, missing argument
|
||||||
|
for __construct()
|
||||||
|
|
||||||
2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-02-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/common.lib.php PMA_getUvaCondition():
|
* libraries/common.lib.php PMA_getUvaCondition():
|
||||||
|
@@ -206,7 +206,7 @@ class PMA_StorageEngine
|
|||||||
*/
|
*/
|
||||||
function PMA_StorageEngine($engine)
|
function PMA_StorageEngine($engine)
|
||||||
{
|
{
|
||||||
$this->__construct();
|
$this->__construct($engine);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user