summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/classes/BitBoard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/BitBoard.php b/includes/classes/BitBoard.php
index 1fe20f5..c0a296f 100644
--- a/includes/classes/BitBoard.php
+++ b/includes/classes/BitBoard.php
@@ -845,7 +845,7 @@ function boards_comment_store( &$pObject, &$pParamHash ) {
}
}
-function boards_content_verify( &$pObject, &$pParamHash ){
+function boards_content_verify( $pObject, &$pParamHash ){
// board posts ( e.g. liberty comments ) service
global $gBitSystem, $gBitUser;
// use is_a instead of isContentType( BITCOMMENT_CONTENT_TYPE_GUID ) as isContentType() checks isValid(), and this service method will not properly handle new object stores