You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!in_array($sObjId, $aMentionedObjects[$sObjClass])) {
3128
+
$aMentionedObjects[$sObjClass][] = $sObjId;
3127
3129
}
3128
3130
}
3129
3131
3130
3132
return$aMentionedObjects;
3131
3133
}
3132
-
3133
3134
/**
3134
3135
* Note: This method is not ideal, but other solutions seemed even less ideal:
3135
3136
* * Add a "$sMaxLength" param. to utils::ToAcronym(): Does not work for every use cases (see corresponding ticket) as in some parts utils::ToAcronym isn't necessarly meant to be used in a medallion.
0 commit comments