The branch, master has been updated via ca9c30f1d60ad88ed1a0320dd231c54e866ab439 (commit) from efa788d00d4ab546f7ec1b24522087c9cbc13743 (commit)
- Log ----------------------------------------------------------------- commit ca9c30f1d60ad88ed1a0320dd231c54e866ab439 Author: Piotr Przybylski piotrprz@gmail.com Date: Fri Aug 5 18:14:05 2011 +0200
Synchronize: allow to connect to local server through socket
-----------------------------------------------------------------------
Summary of changes: server_synchronize.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server_synchronize.php b/server_synchronize.php index 3e57f44..faffd65 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -1083,7 +1083,7 @@ if (isset($_REQUEST['synchronize_db'])) { echo '>' . __('Current connection') . '</option>';
foreach ($GLOBALS['cfg']['Servers'] as $key => $tmp_server) { - if (empty($tmp_server['host'])) { + if (empty($tmp_server['host']) && empty($tmp_server['socket'])) { continue; }
hooks/post-receive