Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

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

    r873 r874  
    120120    }
    121121
    122     return ($Output);
     122    return $Output;
    123123  }
    124124
     
    195195    $RSS->WebmasterEmail = $this->System->Config['Web']['AdminEmail'];
    196196    $RSS->Items = $Items;
    197     return ($RSS->Generate());
     197    return $RSS->Generate();
    198198  }
    199199}
Note: See TracChangeset for help on using the changeset viewer.