Skip to content

Commit 6591b99

Browse files
committed
Fixed typo.
1 parent 9e41c34 commit 6591b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
$app->plugins->loadPlugins('core');
114114
}
115115
} else {
116-
$app->log("Unable to connect to master server.",LOGLEVEL_WARN
116+
$app->log("Unable to connect to master server.",LOGLEVEL_WARN);
117117

118118
// Remove lock
119119
@unlink($conf["temppath"].$conf["fs_div"].".ispconfig_lock");

0 commit comments

Comments
 (0)