Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #842 from liam-wiltshire/no-talk-claims
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
liam-wiltshire committed Feb 23, 2017
2 parents ed9ece9 + d32e047 commit 74d709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/application/controllers/talk.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ function claim($talkId, $claimId=null)
{
$errorData = array(
'msg' => 'Talk claims have moved to the new Joind.in site! ' .
'Please <a href="https://joind.in/">login to the new site</a> to claim';
'Please <a href="https://joind.in/">login to the new site</a> to claim'
);
$this->template->write_view('content', 'msg_error', $errorData);
$this->template->render();
Expand Down

0 comments on commit 74d709b

Please sign in to comment.