Skip to content
Snippets Groups Projects
Commit 46ef0aef authored by fentie's avatar fentie
Browse files

adding missing method scopes

parent f1c7754f
Branches release_1_0
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ class sspmod_metarefresh_MetaLoader {
/**
* This function writes the metadata to an ARP file
*/
function writeARPfile($config) {
public function writeARPfile($config) {
assert($config instanceof SimpleSAML_Configuration);
......@@ -389,7 +389,7 @@ class sspmod_metarefresh_MetaLoader {
/**
* This function writes the metadata to to separate files in the output directory.
*/
function writeMetadataFiles($outputDir) {
public function writeMetadataFiles($outputDir) {
while(strlen($outputDir) > 0 && $outputDir[strlen($outputDir) - 1] === '/') {
$outputDir = substr($outputDir, 0, strlen($outputDir) - 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment