Skip to content

Commit

Permalink
grrr...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsperhac committed May 10, 2017
1 parent 2b832ca commit 1dbe2dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public function updateQueryById(Request $request, Application $app, $id)
if (isset($name)) $query['name'] = $name;
if (isset($config)) $query['config'] = $config;
if (isset($ts)) {
$query['ts'] = $ts;
$query['ts'] = $ts;
}

$queries->upsert($id, $query);
Expand Down

0 comments on commit 1dbe2dd

Please # to comment.