Skip to content

Commit

Permalink
Fix exception name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 26, 2014
1 parent 5ce5c48 commit 18f3f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Task.php
Expand Up @@ -1027,7 +1027,7 @@ public function toJson($full = false, $time_format = 'H:i')

try {
$share = $GLOBALS['nag_shares']->getShare($this->tasklist);
} catch (Horde_Share_exception $e) {
} catch (Horde_Share_Exception $e) {
Horde::log($e->getMessage(), 'ERR');
throw new Nag_Exception($e);
}
Expand Down

0 comments on commit 18f3f81

Please sign in to comment.