Fix typo in property name

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-10-27 10:22:30 -04:00
parent 1d0c502a2c
commit 973283cd0c

View File

@ -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
*/