Skip to content

Commit

Permalink
Try to see why this fails on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 26, 2015
1 parent 94aaa19 commit d29e3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Pgp/lib/Horde/Pgp.php
Expand Up @@ -383,7 +383,7 @@ protected function _runInBackend($cmd, $args, $error)
foreach ($this->_backends as $val) {
try {
return call_user_func_array(array($val, $cmd), $args);
} catch (Exception $e) {}
} catch (Exceptio $e) {}
}

throw new Horde_Pgp_Exception($error);
Expand Down

0 comments on commit d29e3fe

Please sign in to comment.