mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed spacing
This commit is contained in:
parent
c6b1d4aa6b
commit
f41f307118
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user