fix spacing in ApiController

This commit is contained in:
Mark Lewis 2014-11-17 21:59:50 +01:00 committed by Albert Santoni
parent 44b4faf6d9
commit 03dae5be2b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class ApiController extends Zend_Controller_Action
->addActionContext('update-stream-setting-table' , 'json')
->addActionContext('update-replay-gain-value' , 'json')
->addActionContext('update-cue-values-by-silan' , 'json')
->addActionContext('show-preview' , 'json')
->addActionContext('show-preview' , 'json')
->initContext();
}