diff --git a/app/Locale/default.pot b/app/Locale/default.pot
index 15799b0..2027f0c 100644
--- a/app/Locale/default.pot
+++ b/app/Locale/default.pot
@@ -1107,6 +1107,14 @@ msgstr ""
msgid "dreamjob.avatar"
msgstr ""
+#
+msgid "dreamjob.favority.adding"
+msgstr ""
+
+#
+msgid "dreamjob.favority.removeing"
+msgstr ""
+
#
# Generierte Fehlermeldungen eigenarbeit!
#
diff --git a/app/View/Emails/html/registration.ctp b/app/View/Emails/html/registration.ctp
index 76be453..fefa2fd 100644
--- a/app/View/Emails/html/registration.ctp
+++ b/app/View/Emails/html/registration.ctp
@@ -2,6 +2,5 @@
Html->url(array('controller' => 'registration', 'action' => 'active','code'=>$key,
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
- echo $this->Html->link($url,array('controller' => 'registration', 'action' => 'active','code'=>$key,
- '?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
+ echo $this->Html->link($url, $url);
?>
diff --git a/app/View/Job/application_send.ctp b/app/View/Job/application_send.ctp
index 02d0e9f..fd07d8d 100644
--- a/app/View/Job/application_send.ctp
+++ b/app/View/Job/application_send.ctp
@@ -11,11 +11,21 @@
Form->create('DreamjobJobApplication',$default_Form); ?>