Fix typo in property name
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
1d0c502a2c
commit
973283cd0c
@ -37,7 +37,7 @@ class TableStructureController extends TableController
|
||||
/**
|
||||
* @var Table The table object
|
||||
*/
|
||||
protected $_table_obj;
|
||||
protected $table_obj;
|
||||
/**
|
||||
* @var string The URL query string
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user