Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Mar 26, 2017
1 parent 36baf3e commit 80ad896
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -83,9 +83,7 @@ public function ajax_upload()

header('Content-Type: application/json');

echo new JResponseJson(array(
'redirect' => $redirect,
), $app->getUserState('com_installer.message'));
echo new JResponseJson(array('redirect' => $redirect), $app->getUserState('com_installer.message'));

exit();
}
Expand Down

0 comments on commit 80ad896

Please sign in to comment.