Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Fixes #100, backmerged to 1.9.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesportwoodii committed Dec 17, 2013
1 parent a604017 commit af9e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/controllers/SiteController.php
Expand Up @@ -572,7 +572,7 @@ public function actionRegister()
// Send the registration email
$this->sendEmail($user, Yii::t('ciims.email','Activate Your Account'), '//email/register', array('user' => $user, 'hash' => $hash), true, true);

$this->redirect('/register-success');
$this->redirect($this->createUrl('/register-success'));
return;
}
}
Expand Down

0 comments on commit af9e24f

Please sign in to comment.