From fe3a91e7f18f93100a507474643329f700ba3b67 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 15 Aug 2007 12:21:45 +0000 Subject: [PATCH] MDL-10383 - fixed stupid bug from last commit, sorry --- backup/restorelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/restorelib.php b/backup/restorelib.php index cc5da69aed..80658e5ed3 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -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 -- 2.39.5