Skip to content
Snippets Groups Projects
Commit a809e63a authored by Valentin Pocotilenco's avatar Valentin Pocotilenco
Browse files

bugfix of getting idp data

parent 1d8f53f1
Branches
No related tags found
No related merge requests found
...@@ -110,9 +110,9 @@ class EarcUtils ...@@ -110,9 +110,9 @@ class EarcUtils
{ {
$metadata = []; $metadata = [];
if (Storage::disk('meta')->exists(config('metadata.sp_remote_metadata_filename'))) if (Storage::disk('meta')->exists(config('metadata.idp_remote_metadata_filename')))
{ {
include Storage::disk('meta')->path('') . config('metadata.sp_remote_metadata_filename'); include Storage::disk('meta')->path('') . config('metadata.idp_remote_metadata_filename');
} }
return $metadata[$entityid]; return $metadata[$entityid];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment