mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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