|
|
@@ -375,7 +375,11 @@ class Core_AclSimpleSchemaBase extends Core_AclBase {
|
|
|
// });
|
|
|
foreach ($this->getXsdFieldParam($fieldName, 'aliasMap') as $itemFieldName => $alias) {
|
|
|
DBG::_('DBG_ACL', '>1', "aliasMap({$itemFieldName} => {$alias})", $item[$itemFieldName], __CLASS__, __FUNCTION__, __LINE__);
|
|
|
- $link = str_replace("{{$alias}}", $item[$itemFieldName], $link);
|
|
|
+ if($itemFieldName=='LINK_PROBLEMS')
|
|
|
+ $link = str_replace("{{$alias}}", $item[$itemFieldName], str_replace($link,'"','test') ); // bledy z cudzyslowami w <a href=\"mailto:?
|
|
|
+ else
|
|
|
+ $link = str_replace("{{$alias}}", $item[$itemFieldName], $link );
|
|
|
+
|
|
|
}
|
|
|
$item[$fieldName] = $link;
|
|
|
} break;
|