Ignore:
Timestamp:
Apr 20, 2013, 11:47:25 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Třída Page dědí Module a tedy v konstruktoru očekává odkaz na System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Subnet.php

    r519 r525  
    33class PageSubnet extends Page
    44{
    5   function __construct()
     5  function __construct($System)
    66  {
    7     parent::__construct();
     7    parent::__construct($System);
    88    $this->FullTitle = 'Informace o podsítích';
    99    $this->ShortTitle = 'Podsítě';
Note: See TracChangeset for help on using the changeset viewer.