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

Commit 3a1eb8a

Browse files
author
Michael Grauer
committed
BUG: refs #0282. Cleaned trailing whitespace.
1 parent 9ff1b6a commit 3a1eb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers/AssetstoreController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function addAction()
177177
echo json_encode(array('error' => $ze->getMessage()));
178178
return false;
179179
}
180-
180+
181181
echo json_encode(array('msg' => 'The assetstore has been added.',
182182
'assetstore_id' => $assetstoreDao->getAssetstoreId(),
183183
'assetstore_name' => $assetstoreDao->getName(),

0 commit comments

Comments
 (0)