Skip to content
Snippets Groups Projects
Commit ed33d068 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: getSignature does not always use $id

parent eb5861fc
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class ContentAjaxAPI extends AjaxController {
return $content;
}
function getSignature($type, $id) {
function getSignature($type, $id=null) {
global $thisstaff;
if (!$thisstaff)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment