mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed recursion bug.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.Test.Framework
|
||||
|
||||
protected string ReadAllText(params string[] path)
|
||||
{
|
||||
return ReadAllText(Path.Combine(path));
|
||||
return File.ReadAllText(Path.Combine(path));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user