mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-08-26 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor.php, godmode/agentes/module_manager_editor_common.php: fixed PHP warnings. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8695 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
30ca08c183
commit
3409440c40
@ -1,3 +1,9 @@
|
||||
2013-08-26 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor.php,
|
||||
godmode/agentes/module_manager_editor_common.php: fixed PHP
|
||||
warnings.
|
||||
|
||||
2013-08-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php: fixed the PHP
|
||||
|
@ -338,7 +338,7 @@ switch ($moduletype) {
|
||||
$remote_conf = false;
|
||||
if (enterprise_installed()) {
|
||||
enterprise_include_once('include/functions_config_agents.php');
|
||||
$remote_conf = enterprise_hook('config_agents_has_remote_configuration', $id_agente);
|
||||
$remote_conf = config_agents_has_remote_configuration($id_agente);
|
||||
}
|
||||
|
||||
/* Categories is an array containing the allowed module types
|
||||
|
Loading…
x
Reference in New Issue
Block a user