Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-05-02 15:37:09 +02:00
commit 08a54917ce

View File

@ -299,7 +299,7 @@ class PMA_Table
}
// did we get engine?
if (empty($engine) {
if (empty($engine)) {
return false;
}