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(
'index',
'tests',
'jstests',
'tasks',
'viewmodel',
'build',
'reset',
'viewcode',
'generatesecuretoken',
);
'index',
'tests',
'jstests',
'tasks',
'viewmodel',
'build',
'reset',
'viewcode',
'generatesecuretoken',
);
public function init() {
parent::init();
@ -57,7 +57,7 @@ class DevelopmentAdmin extends Controller {
$matched = false;
if(isset($_FILE_TO_URL_MAPPING[$testPath])) {
$matched = true;
break;
break;
}
$testPath = dirname($testPath);
}