Changeset 4599 for trunk/modules/settings/controller/settings.admin.php
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/settings/controller/settings.admin.php
r4506 r4599 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id: renderer.base.core.php 2614 2008-12-05 21:18:45Z vain $ … … 35 32 36 33 # Security Handler 37 if (defined('IN_CS') == false)34 if (defined('IN_CS') === false) 38 35 { 39 36 die('Clansuite not loaded. Direct Access forbidden.'); … … 47 44 * @subpackage Settings 48 45 */ 49 class Clansuite_Module_Settings_Admin extends Clansuite_Module_Controller implements Clansuite_Module_Interface46 class Clansuite_Module_Settings_Admin extends Clansuite_Module_Controller 50 47 { 51 public function initializeModule( Clansuite_HttpRequest $request, Clansuite_HttpResponse $response)48 public function initializeModule() 52 49 { 53 50 } … … 117 114 118 115 # Get Configuration from Injector 119 $config = $this-> injector->instantiate('Clansuite_Config');116 $config = $this->getInjector()->instantiate('Clansuite_Config'); 120 117 121 # clansuite_xdebug::printr($config->confighandler);118 #Clansuite_Debug::printr($config->confighandler); 122 119 123 120 $config->confighandler->writeConfig( ROOT_CONFIG . 'clansuite.config.php', $data);
Note: See TracChangeset
for help on using the changeset viewer.
