Skip to content

Commit

Permalink
Fixed missing parameter list for library() method in MX_Loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnie committed Apr 20, 2011
1 parent dce91e1 commit c830586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/third_party/MX/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function languages($languages) {
}

/** Load a module library **/
public function library
public function library($library, $params = NULL, $object_name = NULL) {
if (is_array($library)) return $this->libraries($library);

$class = strtolower(end(explode('/', $library)));
Expand Down

0 comments on commit c830586

Please sign in to comment.