Changeset 768


Ignore:
Timestamp:
Nov 23, 2015, 10:47:30 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Missing parameter for network interface online state notification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Notify/Notify.php

    r767 r768  
    8686        if($Category['SysName'] == 'NetworkReachability') {
    8787          $List = $this->OnlineList('Nově online', 1, 0, 0);
    88           $List .= $this->OnlineList('Nově offline', 0, 1, 5);
    89           if($List != '') $List .= $this->OnlineList('Stále offline', 0, 0);
     88          $List .= $this->OnlineList('Nově offline', 0, 1, 5 * 60);
     89          if($List != '') $List .= $this->OnlineList('Stále offline', 0, 0, 0);
    9090          if($List != '') {
    9191            $Output .= 'Kategorie: '.$Category['Name'].":\n";
Note: See TracChangeset for help on using the changeset viewer.