Aleksander Machniak
2013-04-19 037f4c27c2571402254f271a1f7f684d17bc500f
Fix a typo
1 files modified
2 ■■■ changed files
installer/rcube_install.php 2 ●●● patch | view | raw | blame | history
installer/rcube_install.php
@@ -287,7 +287,7 @@
    if ($this->config['log_driver'] == 'syslog') {
      if (!function_exists('openlog')) {
        $out['dependencies'][] = array('prop' => 'log_driver',
          'explain' => 'This requires the <tt>sylog</tt> extension which could not be loaded.');
          'explain' => 'This requires the <tt>syslog</tt> extension which could not be loaded.');
      }
      if (empty($this->config['syslog_id'])) {
        $out['dependencies'][] = array('prop' => 'syslog_id',