tbrehm
2008-03-07 b7afdec4c575e3513126dbfaf9004d88f4cdc779
install/lib/installer_base.lib.php
@@ -623,7 +623,7 @@
         if ($dh = opendir($dir)) {
            while (($file = readdir($dh)) !== false) {
               if($file != '.' && $file != '..') {
                  symlink($install_dir.'/server/plugins-available/'.$file, $install_dir.'/server/plugins-enabled/'.$file);
                  if(!is_link($install_dir.'/server/plugins-enabled/'.$file)) symlink($install_dir.'/server/plugins-available/'.$file, $install_dir.'/server/plugins-enabled/'.$file);
               }
            }
            closedir($dh);