support for mobile

This commit is contained in:
Ronald Q
2016-08-13 11:35:24 -04:00
parent ba61c514c8
commit 6d62e2ff4e
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ class RoutingScreen extends \Derivation
public function prepareRoutingScreen($arrayData)
{
$information= $this->prepareInformation($arrayData);
$information = $this->prepareInformation($arrayData);
$response = array();
$this->taskSecJoin = array();
foreach ($information as $index => $element) {
@@ -65,7 +65,7 @@ class RoutingScreen extends \Derivation
}
}
}
if(count($response) > 1){
if (count($response) > 1) {
foreach ($response as $index => $task) {
$delete = false;
foreach ($this->taskSecJoin as $tj => $type) {