Ignore:
Timestamp:
Jun 12, 2012, 6:41:12 PM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Odinstalování nyní respektuje závislé moduly, které odinstaluje dříve než samotný modul.
  • Přidáno: Modul system obsahuje rozhraní pro zobrazení seznamu modulů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/Modular/Common/Page.php

    r386 r404  
    5555    <div id="Title">'.$Title.'</div>
    5656    <div class="Navigation"><span class="MenuItem"><strong>Navigace :: </strong> '.$Navigation.'</span><div class="MenuItem2">';
    57     if($this->System->Config['Web']['UserSupport'] == 1)
     57    if(array_key_exists('User', $this->System->Modules))
    5858    {
    5959      if($this->System->Modules['User']->Models['User']->User['Id'] == $this->System->Modules['User']->Models['User']->AnonymousUserId)
Note: See TracChangeset for help on using the changeset viewer.