Index: trunk/phase3/includes/resourceloader/ResourceLoader.php |
— | — | @@ -229,6 +229,7 @@ |
230 | 230 | } |
231 | 231 | |
232 | 232 | $this->moduleInfos[$name] = array( 'object' => $info ); |
| 233 | + $info->setName( $name ); |
233 | 234 | $this->modules[$name] = $info; |
234 | 235 | } else { |
235 | 236 | // New calling convention |