error when adding activities

Re: error when adding activities

by Martin Dougiamas -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
My apologies! There was a new javascript-related bug in there - in fact ALL the popup menus had stopped working. sad

Fixed in CVS and current nightly.

The culprit? A single character was lowercase instead of uppercase. You can fix it yourself by searching in lib/weblib.php for "selectedindex" and changing it to "selectedIndex".

(As an aside - can all bugs related to CVS/nightly/development versions please go in the bug tracker? ... little bugs such as this one won't affect most people).