fixed indent - SC#158

This commit is contained in:
skodak
2005-10-09 19:38:57 +00:00
parent ae4f432615
commit 82329ca01e
+4
View File
@@ -254,6 +254,10 @@
error("This course module doesn't exist");
}
if (!isteacheredit($cm->course)) {
error("You can't modify this course!");
}
$cm->indent += $_GET['indent'];
if ($cm->indent < 0) {