suppressing boring deprecation warning after release
This commit is contained in:
parent
0541fa23df
commit
918cfc99e6
@ -215,7 +215,7 @@
|
||||
|
||||
do_action('comment_post', $fp_params['entry'], array($id, $arr));
|
||||
|
||||
$q =& new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null);
|
||||
$q = new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null);
|
||||
list($entryid, $e) = $q->getEntry();
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@ Author URI: http://www.nowhereland.it
|
||||
* @param string $contents The comment
|
||||
* @return unknown
|
||||
*/
|
||||
function plugin_qspam_validate(&$bool, $contents) {
|
||||
function plugin_qspam_validate($bool, $contents) {
|
||||
if (!$bool) {
|
||||
return false;
|
||||
}
|
||||
@ -118,4 +118,4 @@ if (class_exists('AdminPanelAction')){
|
||||
admin_addpanelaction('plugin', 'qspam', true);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user