01-16-2017, 03:53 PM
I guess this function is responsible?
version 4.1 -> Line 149
<pre></pre>
Not sure though, I'm still getting familiar with UserSpice... I'll just wait for when you find the time to take a look.
version 4.1 -> Line 149
<pre>
Code:
public function notLoggedInRedirect($location){
if($this->_isLoggedIn){
return true;
}else{
Redirect::to($location);
}
}
Not sure though, I'm still getting familiar with UserSpice... I'll just wait for when you find the time to take a look.