Revision: 2217
Author: olavmrk
Date: Wed Mar 10 00:18:27 2010
Log: core:ScopeAttribute: Minor fixes.
http://code.google.com/p/simplesamlphp/source/detail?r=2217

Modified:
 /trunk/modules/core/lib/Auth/Process/ScopeAttribute.php

=======================================
--- /trunk/modules/core/lib/Auth/Process/ScopeAttribute.php Mon Feb 1 01:47:00 2010 +++ /trunk/modules/core/lib/Auth/Process/ScopeAttribute.php Wed Mar 10 00:18:27 2010
@@ -42,7 +42,7 @@
                parent::__construct($config, $reserved);
                assert('is_array($config)');

- $config = SimpleSAML_Configuration::loadFromArray($config, 'ScopedAttributes'); + $config = SimpleSAML_Configuration::loadFromArray($config, 'ScopeAttribute');

                $this->scopeAttribute = $config->getString('scopeAttribute');
                $this->sourceAttribute = $config->getString('sourceAttribute');
@@ -51,7 +51,7 @@


        /**
-        * Apply filter to rename attributes.
+        * Apply this filter to the request.
         *
         * @param array &$request  The current request
         */

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to