Dotclear

Changeset 454


Ignore:
Timestamp:
05/26/08 03:05:41 (16 years ago)
Author:
Moe
Message:

Subscribe to comments 1.1.1 :

  • fixed bug with localization on the subscribetocomments page
Location:
plugins/subscribeToComments
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/subscribeToComments/_define.php

    r452 r454  
    2929        /* Description*/                "Subscribe to comments", 
    3030        /* Author */                    "Moe (http://gniark.net/)", 
    31         /* Version */                   '1.1', 
     31        /* Version */                   '1.1.1', 
    3232        /* Permissions */               'admin' 
    3333); 
  • plugins/subscribeToComments/_public.php

    r451 r454  
    3939 
    4040          # load locales for the blog language 
    41           $file = dirname(__FILE__).'/locales/'.$core->blog->settings->lang. 
    42                '/public.php'; 
    43           if (file_exists($file)) {require_once($file);} 
     41          l10n::set(dirname(__FILE__).'/locales/'.$core->blog->settings->lang.'/public'); 
    4442 
    4543          /** 
Note: See TracChangeset for help on using the changeset viewer.

Sites map