diff --git a/web/app/Controller/AppController.php b/web/app/Controller/AppController.php index cfb08ec51..1450749af 100644 --- a/web/app/Controller/AppController.php +++ b/web/app/Controller/AppController.php @@ -57,7 +57,8 @@ class AppController extends Controller { $options = $this->Config->find('list', array('fields' => array('Name', 'Value'))); foreach ($options as $key => $value) { Configure::write($key, $value); - } + } + Configure::write('SCALE_BASE', 100); if ($this->AppModel->daemonStatus()) { $this->set('daemonStatus', ('Running')); } else {