"src/SimpleSAML/Module.php" did not exist on "5aa7c18756633d6ec421731f814676679ddd6db9"
Patrick Radtke
authored
Sometimes we patch or edit a hook to meet our specific needs. Somtimes this leaves behind a file like FILENAME.orig. The hook detection login still runs these other files, making for confusing debugging issues. Use a stricter match on what makes a valid hook name to avoid these issues.