Fixed spacing

This commit is contained in:
Ingo Schommer 2012-12-14 00:09:30 +01:00
parent c6b1d4aa6b
commit f41f307118

View File

@ -18,16 +18,16 @@ class DevelopmentAdmin extends Controller {
); );
static $allowed_actions = array( static $allowed_actions = array(
'index', 'index',
'tests', 'tests',
'jstests', 'jstests',
'tasks', 'tasks',
'viewmodel', 'viewmodel',
'build', 'build',
'reset', 'reset',
'viewcode', 'viewcode',
'generatesecuretoken', 'generatesecuretoken',
); );
public function init() { public function init() {
parent::init(); parent::init();
@ -57,7 +57,7 @@ class DevelopmentAdmin extends Controller {
$matched = false; $matched = false;
if(isset($_FILE_TO_URL_MAPPING[$testPath])) { if(isset($_FILE_TO_URL_MAPPING[$testPath])) {
$matched = true; $matched = true;
break; break;
} }
$testPath = dirname($testPath); $testPath = dirname($testPath);
} }