Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1871984

Browse files
author
Jamie Snape
committed
Fix style
1 parent 494120b commit 1871984

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ protected function _initRouter()
341341
$frontController->addControllerDirectory(BASE_PATH.'/core/controllers/api', 'rest');
342342

343343
$router = $frontController->getRouter();
344-
$router->addRoute('api-core', new Zend_Rest_Route($frontController, array(), array('rest')));
344+
$router->addRoute('api-core', new Zend_Rest_Route($frontController, array(), array('rest')));
345345

346346
$enabledModules = array();
347347

core/controllers/InstallController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ public function step3Action()
259259
}
260260

261261
$this->Setting->setConfig('title', $form->getValue('name'));
262-
$this->Setting->setConfig('description', $form->getValue('description'));
263-
$this->Setting->setConfig('language', $form->getValue('lang'));
262+
$this->Setting->setConfig('description', $form->getValue('description'));
263+
$this->Setting->setConfig('language', $form->getValue('lang'));
264264
$this->Setting->setConfig('time_zone', $form->getValue('timezone'));
265265
$this->Setting->setConfig('default_assetstore', $assetstores[0]->getKey());
266266

tests/ControllerTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private function _initModule()
160160
$frontController->addControllerDirectory(BASE_PATH.'/core/controllers/api', 'rest');
161161

162162
$router = $frontController->getRouter();
163-
$router->addRoute('api-core', new Zend_Rest_Route($frontController, array(), array('rest')));
163+
$router->addRoute('api-core', new Zend_Rest_Route($frontController, array(), array('rest')));
164164

165165
$enabledModules = array();
166166

0 commit comments

Comments
 (0)