@@ -126,7 +126,7 @@ |
||
126 | 126 | die($this->getNamespace()); |
127 | 127 | return false; |
128 | 128 | }*/ |
129 | - $eSetType = str_replace($this->getNamespace() . ".", "", $eSetType); |
|
129 | + $eSetType = str_replace($this->getNamespace().".", "", $eSetType); |
|
130 | 130 | if (!in_array($eSetType, $entityTypeNames)) { |
131 | 131 | $msg = "entitySet Types should have a matching type name in entity Types"; |
132 | 132 | return false; |