Skip to content

Commit

Permalink
Revert "Include stderr for testing why this fails on Travis."
Browse files Browse the repository at this point in the history
This reverts commit abb5863.
  • Loading branch information
yunosh committed Nov 2, 2015
1 parent 28bfa51 commit 5dabcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/SpellChecker/lib/Horde/SpellChecker/Aspell.php
Expand Up @@ -88,7 +88,7 @@ public function spellCheck($text)
proc_close($process);

if (strlen($out) === 0) {
throw new Horde_SpellChecker_Exception('Spellcheck failed. Command line: ' . $this->_cmd() . "\n" . $err);
throw new Horde_SpellChecker_Exception('Spellcheck failed. Command line: ' . $this->_cmd());
}

// Parse output.
Expand Down

0 comments on commit 5dabcfc

Please sign in to comment.