mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix: regression from 2.3.x: SOAP webservices were broken!
SVN:trunk[4360]
This commit is contained in:
@@ -51,11 +51,8 @@ require_once(APPROOT.'application/utils.inc.php');
|
||||
// Load the modules installed and enabled
|
||||
//
|
||||
$oConfig = utils::GetConfig();
|
||||
$aFiles = $oConfig->GetWebServiceCategories();
|
||||
foreach ($aFiles as $sFile)
|
||||
{
|
||||
require_once(APPROOT.$sFile);
|
||||
}
|
||||
|
||||
require_once(APPROOT.'webservices/webservices.basic.php');
|
||||
|
||||
if (isset($_REQUEST['service_category']) && (!empty($_REQUEST['service_category'])))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user