mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Reverse logic operators.
This commit is contained in:
		@@ -154,7 +154,7 @@ trait UserNavigation
 | 
			
		||||
        $uri = (string)session($identifier);
 | 
			
		||||
        Log::debug(sprintf('The URI is %s', $uri));
 | 
			
		||||
 | 
			
		||||
        if (!(false === strpos($uri, 'jscript'))) {
 | 
			
		||||
        if (false !== strpos($uri, 'jscript')) {
 | 
			
		||||
            $uri = $this->redirectUri; // @codeCoverageIgnore
 | 
			
		||||
            Log::debug(sprintf('URI is now %s (uri contains jscript)', $uri));
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user