I was poking around at the release candidate code and noticed what looks like a spelling error in a variable.
<?php
foreach ($modules as $module) {
$mobule_files = array();
?>
While this might be intentional, if it's not, here's a patch. Oh, and a link to a funny graphic that my co-workers dropped on my while I was rolling this patch: http://www.bimmerfest.com/forums/attachment.php?attachmentid=142024&stc=...
(FYI, this spelling does not occur in HEAD, so it's only intended for the 4.1 RC)
| Comment | File | Size | Author |
|---|---|---|---|
| video_variable_spelling_error.patch | 2.6 KB | senpai |
Comments
Comment #1
hypertext200This issues is already have been resolved.
Comment #2
senpai commentedReverting from 'closed' to 'fixed' status so people have a chance to see that the issue has been resolved.