correct links in e?mail notifications

This commit is contained in:
coderkun 2014-05-27 11:46:06 +02:00
commit a08a09a9a0
7 changed files with 7 additions and 8 deletions

View file

@ -1,3 +1,3 @@
<?=sprintf(_('User “%s” has registered a new Character for the Seminary “%s”'), $user['username'], $seminary['title'])?>: <?=$character['name']?>
<?php if(!is_null($linker)) : ?><?=$linker->link(array('characters',$seminary['url'],$user['url']),0,false,null,false,null,true)?><?php endif ?>
<?php if(!is_null($linker)) : ?><?=$linker->link(array('characters','character',$seminary['url'],$character['url']),0,true,null,false,null,true)?><?php endif ?>