diff --git a/framework/db/Schema.php b/framework/db/Schema.php index 0380c66..b64b69b 100644 --- a/framework/db/Schema.php +++ b/framework/db/Schema.php @@ -111,7 +111,7 @@ abstract class Schema extends Object return $this->_tables[$name] = $table; } } - return $this->_tables[$name] = $table = $this->loadTableSchema($realName); + return $this->_tables[$name] = $this->loadTableSchema($realName); } /**