bug #1434578, missing argument for __construct()

This commit is contained in:
Marc Delisle
2006-02-19 15:36:55 +00:00
parent 4532d8d0b0
commit b8976c10c5
2 changed files with 3 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ class PMA_StorageEngine
*/
function PMA_StorageEngine($engine)
{
$this->__construct();
$this->__construct($engine);
}
/**