  |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2005 osCommerce |
| |
| 8 | + | Copyright (c) 2007 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | This program is free software; you can redistribute it and/or modify |
| |
11 | 11 | | it under the terms of the GNU General Public License v2 (1991) |
| |
|
|
 |
… |
|
23 | 23 | | $_keys, |
| |
24 | 24 | | $_group; |
| |
25 | 25 | | |
  |
26 | | - | function osC_Modules($group) { |
| |
| 26 | + | function __construct($group) { |
|
27 | 27 | | global $osC_Database, $osC_Template, $osC_Cache; |
| |
28 | 28 | | |
| |
29 | 29 | | $this->_group = $group; |
| |
|
|
 |
… |
|
86 | 86 | | } |
| |
87 | 87 | | } |
| |
88 | 88 | | |
  |
89 | | - | $osC_Cache->writeBuffer($data); |
| |
| 89 | + | $osC_Cache->write($data); |
  |
90 | 90 | | } |
| |
91 | 91 | | |
| |
92 | 92 | | $this->_modules = $data; |