Skip to content
Snippets Groups Projects
Commit 6446f486 authored by Esther Brunner's avatar Esther Brunner
Browse files

fix for closing plugindir

darcs-hash:20050803172402-283c4-7c735ba09b53950d122b319c92fd121192bc5a79.gz
parent 7fb56887
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ function plugin_list($type=''){
$plugins[] = $plugin.'_'.substr($component, 0, -4);
}
}
}
closedir($dp);
}
}
}
closedir($dh);
......
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