Ignore:
Timestamp:
02/21/10 02:18:36 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.2 & Trunk] Fix for missing language file in "notifyMods" function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/content/plugins/users/libs/UserFunctions.php

    r1130 r1202  
    3737    public function notifyMods($h, $type, $status, $id = 0, $commentid = 0) 
    3838    { 
     39        $h->includeLanguage('users'); // in some cases, we don't already have the language file so need to include it. 
     40 
    3941        $line_break = "\r\n\r\n"; 
    4042        $next_line = "\r\n"; 
Note: See TracChangeset for help on using the changeset viewer.