diff --git a/elements/element.class.php b/elements/element.class.php index aefaae8..5e65d7e 100644 --- a/elements/element.class.php +++ b/elements/element.class.php @@ -203,9 +203,10 @@ class customcert_element_base { * Handles rendering the element on the pdf. * Must be overriden. * - * @param stdClass the pdf object, see lib/pdflib.php + * @param stdClass $pdf the pdf object + * @param int $userid */ - public function render($pdf) { + public function render($pdf, $userid) { // Must be overriden. return false; }