Skip to content

Commit

Permalink
Merge branch 'develop' into 1.x-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
janul committed Nov 17, 2014
2 parents b5cea50 + 5c821c8 commit 671390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/providers/Providers_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function getList($type,$fresh=null)
}
if(count($data)>0)
{
$this->cache->save($cachedid, $data, 180);
$this->cache->save($cachedid, $data, 720);
}
$result['data'] = &$data;
return $result;
Expand Down

0 comments on commit 671390d

Please sign in to comment.