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/Modules/EmailQueue/EmailQueue.php

    r553 r563  
    99  function Show()
    1010  {
    11     $Output = $this->System->EmailQueue->Process();
     11    $Output = $this->System->ModuleManager->Modules['EmailQueue']->Process();
    1212    $Output = $this->SystemMessage('Zpracování fronty emailů', 'Nové emaily byly odeslány').$Output;
    1313    return($Output);
Note: See TracChangeset for help on using the changeset viewer.