Navigation Menu

Skip to content

Commit

Permalink
Fixed notices
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jul 18, 2016
1 parent 4919d59 commit 917407c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
==============

3.0.1.5
-----------------
* Fixed notices

3.0.1.4
-----------------
* Tree full width
Expand Down
4 changes: 3 additions & 1 deletion controllers/ImagingController.php
Expand Up @@ -147,7 +147,9 @@ public function actionProcess()
}
}

return \Yii::$app->response->redirect(\Yii::$app->request->getUrl() . ($params ? $prams . '&sx-refresh' : '?sx-refresh'), 302);
return \Yii::$app->response->redirect(\Yii::$app->request->getUrl() . ($params ?
""//"?" . http_build_query($params) . '&sx-refresh'
: '?sx-refresh'), 302);

} catch(\Exception $e)
{
Expand Down

0 comments on commit 917407c

Please sign in to comment.