Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

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

    r908 r912  
    8080        }
    8181        if (strlen($Title) > 0) $Title .= ', ';
    82         $Title .= $Status['ShortTitle'].':'.$Status['Count'];
     82        $Title .= $Status['Title'].':'.$Status['Count'];
    8383      }
    8484    }
     
    143143  function ShowLogRSS(): string
    144144  {
    145     $this->ClearPage = true;
     145    $this->RawPage = true;
    146146    $this->FormatHTML = false;
    147147    Header('Content-Type: text/xml');
Note: See TracChangeset for help on using the changeset viewer.