Changeset 782 for trunk/Packages


Ignore:
Timestamp:
Jan 9, 2016, 11:10:49 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Page class separated to basic Page class and to BaseView class which is project specific.
  • Fixed: RSS channel list was not displayed.
  • Modified: Database updates specific for project moved to Application directory.
Location:
trunk/Packages/Common
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.php

    r779 r782  
    1212include_once(dirname(__FILE__).'/Application.php');
    1313include_once(dirname(__FILE__).'/AppModule.php');
     14include_once(dirname(__FILE__).'/Config.php');
    1415
    1516class PackageCommon extends Package
Note: See TracChangeset for help on using the changeset viewer.