Changeset 12 for Common/Common.php


Ignore:
Timestamp:
Apr 7, 2020, 9:14:24 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Small updates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.php

    r11 r12  
    4949  var $Page;
    5050
    51   function __construct()
     51  function __construct($System)
    5252  {
    53     global $System;
    54 
    5553    $this->ItemPerPage = $System->Config['Web']['ItemsPerPage'];
    5654    $this->Around = $System->Config['Web']['VisiblePagingItems'];
Note: See TracChangeset for help on using the changeset viewer.