diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-15 19:25:31 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-15 19:25:31 +0000 |
commit | af80b967213a02fc9cd39dbddbdb2ac582b00200 (patch) | |
tree | 3f54abef1eca38b1ac129029f443d77651bdeef3 /h-source/Application/Models/DistrosModel.php | |
parent | a93461b231fb94f3a6a9df09a30557732201ddcc (diff) |
added the ManagerController and the manager users group. Now the users in the manager group can modify the list of allowed distros by means of the main panel
Diffstat (limited to 'h-source/Application/Models/DistrosModel.php')
-rw-r--r-- | h-source/Application/Models/DistrosModel.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Models/DistrosModel.php b/h-source/Application/Models/DistrosModel.php index 41e0c6a..58cd435 100644 --- a/h-source/Application/Models/DistrosModel.php +++ b/h-source/Application/Models/DistrosModel.php @@ -26,6 +26,8 @@ class DistrosModel extends Model_Tree { $this->_tables = 'distros'; $this->_idFields = 'id_distro'; + $this->_idOrder = 'id_order'; + parent::__construct(); } |