Ignore:
Timestamp:
Nov 23, 2013, 10:11:35 PM (10 years ago)
Author:
mistic100
Message:

include functions_mail.inc.php for switch_lang_to and switch_lang_back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/include/events.inc.php

    r25655 r25657  
    2828    );
    2929
    30   if (!is_admin())
    31   {
    32     load_language('admin.lang');
    33   }
     30  // switch_lang is in mail functions file
     31  include_once(PHPWG_ROOT_PATH . 'include/functions_mail.inc.php');
    3432
    3533  switch_lang_to(get_default_language());
Note: See TracChangeset for help on using the changeset viewer.