* Finish task #9096.
This commit is contained in:
@@ -361,9 +361,7 @@ class custom extends control
|
||||
{
|
||||
/* Load module and get the data from the post. */
|
||||
$this->loadModel('setting');
|
||||
$data = fixer::input('post')
|
||||
->setIF(!isset($_POST['efficiency']), 'efficiency', 1)
|
||||
->get();
|
||||
$data = fixer::input('post')->get();
|
||||
|
||||
/* Judgment of required items. */
|
||||
if(($unit != $_POST['hourPoint']) and empty($_POST['scaleFactor']))
|
||||
|
||||
Reference in New Issue
Block a user