mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
More PHP 8.1 fixes.
This commit is contained in:
@@ -107,6 +107,7 @@ if(e_AJAX_REQUEST && ADMIN && varset($_GET['mode']) == 'core' && ($_GET['type']
|
||||
|
||||
$text = '<div style="margin-left:10px;margin-top:10px">';
|
||||
$count = 1;
|
||||
$tp = e107::getParser();
|
||||
foreach($rows['channel']['item'] as $row)
|
||||
{
|
||||
if($count > $limit){ break; }
|
||||
|
Reference in New Issue
Block a user