Skip to content

Commit d1277fe

Browse files
committed
WIP
1 parent dd206d5 commit d1277fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

datamodels/2.x/itop-structure/datamodel.itop-structure.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,10 @@
141141
<type>Overload-ExNihilo</type>
142142
<code><![CDATA[ public static function MapContextParam($sContextParam)
143143
{
144-
if ($sContextParam == 'org_id')
145-
{
144+
if ($sContextParam == 'org_id') {
146145
return 'id';
147146
}
148-
else
149-
{
150-
return null;
151-
}
147+
return null;
152148
}]]></code>
153149
</method>
154150
</methods>

0 commit comments

Comments
 (0)