diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php')
-rw-r--r-- | lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php index 36c3568..44dba1f 100644 --- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php +++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php @@ -22,7 +22,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerXML extends SimpleSAML_Metadata_ /** * This function initializes the XML metadata source. The configuration must contain one of * the following options: - * - 'file': Path to a file with the metadata. This path is relative to the simpleSAMLphp + * - 'file': Path to a file with the metadata. This path is relative to the SimpleSAMLphp * base directory. * - 'url': URL we should download the metadata from. This is only meant for testing. * |