mirror of
https://github.com/moodle/moodle.git
synced 2025-04-18 23:15:38 +02:00
Now some potential tab missing problem is solved. It causes some
problems with loooong tabs but Martin is solving it just now (long images).
This commit is contained in:
parent
5550ae839e
commit
50aaf6fed6
@ -1197,6 +1197,10 @@ foreach ($data as $tab) {
|
||||
$row = array();
|
||||
}
|
||||
}
|
||||
//Add the last row! if it contains anything!
|
||||
if (!empty($row)) {
|
||||
$tabrows[] = $row;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user