1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-18 17:08:19 +03:00

Followup to 8b5b80f: absolute link

This commit is contained in:
Alexander Yakovlev 2014-02-28 18:00:11 +07:00
parent 8b5b80fdc6
commit 8eacf79f6c

View file

@ -19,7 +19,7 @@ class View_Letter_View extends View {
public function view_link()
{
return HTML::anchor(Route::url('default', array('controller' => 'Letter', 'action' => 'view', 'id' => $this->id)), __('Problems viewing this email? Click here.'));
return HTML::anchor(Route::url('default', array('controller' => 'Letter', 'action' => 'view', 'id' => $this->id), TRUE), _('Problems viewing this email? Click here.'));
}
public function get_content()