Ignore:
Timestamp:
Jan 9, 2016, 11:45:01 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Some libraries moved to Common package located at Packages directory.
  • Modified: Application class System renamed to Core. System class is not just basic parent class for application.
  • Fixed: alert file now use same application class as other files.
  • Modified: Error application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/News/News.php

    r828 r838  
    77  var $RSSChannels;
    88
    9   function __construct($System)
     9  function __construct(System $System)
    1010  {
    1111    parent::__construct($System);
     
    1616    $this->Description = 'Web site annoucements management';
    1717    $this->Dependencies = array();
     18    $this->RSSChannels = array();
    1819  }
    1920
    20   function Start()
     21  function DoStart()
    2122  {
    2223    $this->System->RegisterPage('news', 'PageNews');
Note: See TracChangeset for help on using the changeset viewer.