Merge pull request #629 from ChristopheBoucaut/patch-4

[-] WS : setFieldsToDisplay() calls $this->resourceConfiguration, never initialized
This commit is contained in:
Gregory Roussac
2013-08-06 01:30:46 -07:00
-1
View File
@@ -513,7 +513,6 @@ class WebserviceRequestCore
$this->setError(501, sprintf('The specific management class is not implemented for the "%s" entity.', $this->urlSegment[0]), 124);
else
{
$this->setFieldsToDisplay();
$this->objectSpecificManagement = new $specificObjectName();
$this->objectSpecificManagement->setObjectOutput($this->objOutput)
->setWsObject($this);