mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Corrected drag-n-drop sorting. Now increments correctly.
This commit is contained in:
@@ -755,7 +755,9 @@ class e_admin_log
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$text = '';
|
||||
|
||||
foreach($this->_allMessages as $m)
|
||||
{
|
||||
$text .= date('Y-m-d H:i:s', $m['time'])." \t".str_pad($m['dislevel'],10," ",STR_PAD_RIGHT)."\t".strip_tags($m['message'])."\n";
|
||||
|
Reference in New Issue
Block a user