Skip to content

Commit

Permalink
Generic_List to List
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed May 29, 2014
1 parent dd9d951 commit bac614f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/subs/List.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* This class implements a standard way of displaying lists.
*/
class Generic_List
class List
{
/**
* List options, an array with the format:
Expand Down Expand Up @@ -369,7 +369,7 @@ function createList($listOptions)
{
call_integration_hook('integrate_list_' . $listOptions['id'], array($listOptions));

$list = new Generic_List($listOptions);
$list = new List($listOptions);

$list->buildList();
}

0 comments on commit bac614f

Please sign in to comment.