Skip to content

Commit

Permalink
Small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreherberth committed Sep 19, 2018
1 parent 9a83688 commit b743dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private function phcomposer($command, $taskname)

public function listen($request)
{
$allowed = array('status','prepare1','flarum','bazaar','cleanup','log', progress);
$allowed = array('status','prepare1','flarum','bazaar','cleanup','log', 'progress');
if(!in_array($request,$allowed)) {
$this->phlog('Ajax Blocked:',$request,'ajax.log');
echo "Invalid";
Expand Down

0 comments on commit b743dbb

Please sign in to comment.