Dotclear

Changeset 524


Ignore:
Timestamp:
10/18/08 19:32:34 (15 years ago)
Author:
sacha
google:author:
digimag
Message:

Live Counter : pas d'avertissement si dossier temporaire déjà supprimé

Location:
plugins/livecounter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/livecounter/_define.php

    r459 r524  
    2020     /* Description*/    'Show the number of connected visitors on the blog', 
    2121     /* Author */        'Oleksandr Syenchuk', 
    22      /* Version */       '1.1.1', 
     22     /* Version */       '1.1.1-r1', 
    2323     /* Permissions */   'contentadmin' 
    2424); 
  • plugins/livecounter/_install.php

    r459 r524  
    7474      
    7575     # Deleting cached template files 
    76      if (!files::deltree($dc_cache_dir)) { 
     76     if (is_dir($dc_cache_dir) && !files::deltree($dc_cache_dir)) { 
    7777          throw new Exception(__('To finish installation, please delete the whole cache/cbtpl directory.')); 
    7878     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map