Closed (fixed)
Project:
SSH Key
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
5 Feb 2011 at 03:42 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Noticed this because I had some error-y code that tried to delete a key, and sshkey seemed to respond with this:
Fatal error: Call to undefined function watchdog_exception() in /var/www/git-dev.drupal.org/htdocs/sites/all/modules/sshkey/sshkey.module on line 357
Yikes! That's D7!
There's another one on line 328, too.
Comments
Comment #1
webchickThis looks like something I could fix.
Comment #2
dave reidYOINK!
Comment #3
dave reidFixed with http://drupal.org/cvs?commit=494846
Thanks for reporting!