Issue #0002030: $_name='tabdepartements' -> $_name='tabDepartements'
This commit is contained in:
parent
3929cd5acd
commit
a0d5d9ffea
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class Application_Model_TabDepartements extends Zend_Db_Table_Abstract
|
||||
{
|
||||
protected $_name = 'tabdepartements';
|
||||
protected $_name = 'tabDepartements';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user