mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
There! :-P :-D
(just looking for one BIG problem in wiki - pagename is lost, so page is never detected, so the edit page is showed once and again and again, and again.......)
This commit is contained in:
parent
a1017a70c4
commit
e734dbb66b
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@
|
|||
|
||||
} else {
|
||||
if (! $wiki = get_record("wiki", "id", $wid)) {
|
||||
echo "here?";
|
||||
error("Course module is incorrect");
|
||||
}
|
||||
if (! $course = get_record("course", "id", $wiki->course)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue