Skip to content

Commit

Permalink
fixed php error
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Jul 29, 2015
1 parent 1197636 commit 116f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_react.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private function run()
return false;
}
$get = escapeshellarg($this['react_data']);
return shell_exec($this->node.' '.$this->folder.'/server.js '.$get);
return shell_exec($this->node.' '.$this['themeDir'].'/server.js '.$get);
}

public function process()
Expand Down

0 comments on commit 116f9ff

Please sign in to comment.