mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Fix for PHP Warning in PHP 7.1
This commit is contained in:
@@ -1422,7 +1422,7 @@ class comment
|
||||
*/
|
||||
|
||||
|
||||
function getCommentData($amount = '', $from = '', $qry = '', $cdvalid = FALSE, $cdreta = FALSE)
|
||||
function getCommentData($amount = '', $from = 0, $qry = '', $cdvalid = FALSE, $cdreta = FALSE)
|
||||
{
|
||||
|
||||
if($this->engine != 'e107')
|
||||
|
Reference in New Issue
Block a user