mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Fix for previous change
This commit is contained in:
parent
9ad9f97e1f
commit
8e694ab96c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ namespace Greenshot.Helpers {
|
|||
/// <param name="pluginFiles"></param>
|
||||
/// <param name="path"></param>
|
||||
private void findPluginsOnPath(List<string> pluginFiles, String path) {
|
||||
if (Directory.Exists(pafPath)) {
|
||||
if (Directory.Exists(path)) {
|
||||
try {
|
||||
foreach (string pluginFile in Directory.GetFiles(path, "*.gsp", SearchOption.AllDirectories)) {
|
||||
pluginFiles.Add(pluginFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue