Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
fix listing denied todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Aug 3, 2017
1 parent 02ea047 commit 910dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/lib/page/AbstractToDoListPage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ abstract class AbstractToDoListPage extends SortablePage {
/**
* @see \wcf\page\MultipleLinkPage::$objectListClassName
*/
public $objectListClassName = 'wcf\data\todo\ViewableToDoList';
public $objectListClassName = 'wcf\data\todo\AccessibleToDoList';

public $neededModules = array('TODOLIST');

Expand Down

0 comments on commit 910dd4e

Please sign in to comment.