mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-10383 - fixed stupid bug from last commit, sorry
This commit is contained in:
parent
1e05bf54b2
commit
fe3a91e7f1
@ -495,7 +495,7 @@
|
||||
|
||||
$status = true;
|
||||
if ($course_header) {
|
||||
$table = new table();
|
||||
$table = new object();
|
||||
//This is tha align to every ingo table
|
||||
$table->align = array ("right","left");
|
||||
//The width
|
||||
|
Loading…
x
Reference in New Issue
Block a user