CC-2833: Use ClassLoaders for PHP Files
-Done for class User
This commit is contained in:
parent
1e9a8a28fe
commit
5cc7de95ee
11 changed files with 34 additions and 34 deletions
|
@ -13,7 +13,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
|
|||
));
|
||||
|
||||
$options = array();
|
||||
$hosts = User::getHosts();
|
||||
$hosts = Application_Model_User::getHosts();
|
||||
|
||||
foreach ($hosts as $host) {
|
||||
$options[$host['value']] = $host['label'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue