Skip to content
Snippets Groups Projects
Commit d2366a7c authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed warning

parent f9226b4b
Branches
Tags
No related merge requests found
...@@ -189,7 +189,8 @@ sub get_ldp_projects { ...@@ -189,7 +189,8 @@ sub get_ldp_projects {
} }
} }
} }
return sort keys %projects; my @ret = sort keys %projects;
return @ret;
} }
sub execute { sub execute {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment