Skip to content

Commit

Permalink
Remove undefined $style to fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
alhoqbani committed Jul 11, 2017
1 parent f1bf1e1 commit a0572e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arabic/AutoSummarize.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ protected function summarize($str, $keywords, $int, $mode, $output, $style=null)
public function doSummarize($str, $int, $keywords)
{
$summary = $this->summarize(
$str, $keywords, $int, 'number', 'summary', $style
$str, $keywords, $int, 'number', 'summary'
);

return $summary;
Expand Down

0 comments on commit a0572e7

Please sign in to comment.