diff --git a/src/etc/inc/plugins.inc.d/core.inc b/src/etc/inc/plugins.inc.d/core.inc index 2cac59181..9702752a9 100644 --- a/src/etc/inc/plugins.inc.d/core.inc +++ b/src/etc/inc/plugins.inc.d/core.inc @@ -247,13 +247,13 @@ function core_interfaces() */ function core_xmlrpc_sync() { - $result = array(); + $result = array(); - $result[] = array( - 'description' => gettext('Network Time'), - 'section' => 'ntpd', - 'id' => 'ntpd', - ); + $result[] = array( + 'description' => gettext('Network Time'), + 'section' => 'ntpd', + 'id' => 'ntpd', + ); - return $result; + return $result; }