diff options
author | Esther Brunner <esther@kaffeehaus.ch> | 2005-08-03 19:24:02 +0200 |
---|---|---|
committer | Esther Brunner <esther@kaffeehaus.ch> | 2005-08-03 19:24:02 +0200 |
commit | 6446f4865bfc0cf3b09a58530ce37fd614b8fcdf (patch) | |
tree | d5c0f1f252a01ceeb563a0ee13c83f4045da291c /inc | |
parent | 7fb56887dbc7ed17ea8cab3e1330622ebd83e5c6 (diff) | |
download | rpg-6446f4865bfc0cf3b09a58530ce37fd614b8fcdf.tar.gz rpg-6446f4865bfc0cf3b09a58530ce37fd614b8fcdf.tar.bz2 |
fix for closing plugindir
darcs-hash:20050803172402-283c4-7c735ba09b53950d122b319c92fd121192bc5a79.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/pluginutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pluginutils.php b/inc/pluginutils.php index ded2c7a36..7ed229947 100644 --- a/inc/pluginutils.php +++ b/inc/pluginutils.php @@ -52,8 +52,8 @@ function plugin_list($type=''){ $plugins[] = $plugin.'_'.substr($component, 0, -4); } } - } closedir($dp); + } } } closedir($dh); |