diff options
Diffstat (limited to 'lib/SimpleSAML/Module.php')
-rw-r--r-- | lib/SimpleSAML/Module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Module.php b/lib/SimpleSAML/Module.php index a4a984d..ef0d9d0 100644 --- a/lib/SimpleSAML/Module.php +++ b/lib/SimpleSAML/Module.php @@ -138,7 +138,7 @@ class Module return $moduleEnable[$module]; } - throw new \Exception("Invalid module.enable value for for the module $module"); + throw new \Exception("Invalid module.enable value for the '$module' module."); } if (assert_options(ASSERT_ACTIVE) && |