Optimised Company() Setup() Config() and changed method_directory into URL
This commit is contained in:
@@ -30,7 +30,7 @@ class Controller_User_SSL extends Controller_TemplateDefault_User {
|
||||
'body'=>_('Your requested password is too short.'),
|
||||
));
|
||||
|
||||
HTTP::redirect('user/service/view/'.$so->id);
|
||||
HTTP::redirect(URL::link('user','service/view/'.$so->id));
|
||||
}
|
||||
|
||||
if (! $so->loaded() OR ! Auth::instance()->authorised($so->account_id,$so->affiliate_id)) {
|
||||
|
Reference in New Issue
Block a user