Split goaway to System::externalRedirectTo() and App->internalRedirect()
This commit is contained in:
@@ -49,7 +49,7 @@ class Tos extends BaseModule
|
||||
public static function init()
|
||||
{
|
||||
if (strlen(Config::get('system','singleuser'))) {
|
||||
self::getApp()->redirect('profile/' . Config::get('system','singleuser'));
|
||||
self::getApp()->internalRedirect('profile/' . Config::get('system','singleuser'));
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user