Ignore:
Timestamp:
Aug 11, 2013, 12:25:01 AM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Chybné volání zpracování fronty emailů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/AppModule.php

    r556 r563  
    107107        foreach($List as $Item)
    108108        {
    109           if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..'))
     109          if(is_dir($Directory.'/'.$Item) and ($Item != '.') and ($Item != '..') and ($Item != '.svn'))
    110110          {             
    111111                include_once($Directory.'/'.$Item.'/'.$Item.'.php');
Note: See TracChangeset for help on using the changeset viewer.