Skip to content
Snippets Groups Projects
Commit 6463dbed authored by Olav Morken's avatar Olav Morken
Browse files

Configuration: Support loading the same file multiple times.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1641 44740490-163a-0410-bde0-09ae8108e29a
parent 09f5614c
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class SimpleSAML_Configuration {
$config = 'UNINITIALIZED';
/* The file initializes a variable named '$config'. */
require_once($filename);
require($filename);
/* Check that $config is initialized to an array. */
if (!is_array($config)) {
......
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