Changeset 4599 for trunk/modules/statistics/controller/statistics.admin.php
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/statistics/controller/statistics.admin.php
r4506 r4599 22 22 * 23 23 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 24 *25 24 * @author Jens-André Koch <vain@clansuite.com> 26 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 27 * 25 * @copyright Jens-André Koch (2005 - onwards) 28 26 * @link http://www.clansuite.com 29 * @link http://gna.org/projects/30 27 * 31 28 * @version SVN: $Id: news.admin.php 3815 2009-12-09 19:11:23Z vain $ … … 33 30 34 31 # Security Handler 35 if(defined('IN_CS') == false)32 if(defined('IN_CS') === false) 36 33 { 37 34 die('Clansuite not loaded. Direct Access forbidden.'); … … 45 42 * @subpackage Statistics 46 43 */ 47 class Clansuite_Module_Statistics_Admin extends Clansuite_Module_Controller implements Clansuite_Module_Interface44 class Clansuite_Module_Statistics_Admin extends Clansuite_Module_Controller 48 45 { 49 public function initializeModule( Clansuite_HttpRequest $request, Clansuite_HttpResponse $response)46 public function initializeModule() 50 47 { 51 48 } … … 108 105 109 106 # Get Configuration from Injector 110 $config = $this-> injector->instantiate('Clansuite_Config');107 $config = $this->getInjector()->instantiate('Clansuite_Config'); 111 108 112 109 # write config
Note: See TracChangeset
for help on using the changeset viewer.
