Skip to content

Commit 5660b94

Browse files
committed
Fixed a typo.
1 parent 97b643f commit 5660b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ public function install_ispconfig()
623623
if ($dh = opendir($dir)) {
624624
while (($file = readdir($dh)) !== false) {
625625
if($file != '.' && $file != '..') {
626-
symlink($install_dir.'/server/plugins-enabled/'.$file,$install_dir.'/server/plugins-available/'.$file)
626+
symlink($install_dir.'/server/plugins-enabled/'.$file,$install_dir.'/server/plugins-available/'.$file);
627627
}
628628
}
629629
closedir($dh);

0 commit comments

Comments
 (0)