Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoveLinks method uses wrong property #413

Closed
linc opened this issue Jul 1, 2010 · 2 comments
Closed

RemoveLinks method uses wrong property #413

linc opened this issue Jul 1, 2010 · 2 comments

Comments

@linc
Copy link
Contributor

linc commented Jul 1, 2010

class.menumodule.php:
public function RemoveLinks($Group) {
$this->Links[$Group] = array();
}
Should be $this->Items, not Links. Doesn't do anything as written.

@linc
Copy link
Contributor Author

linc commented Jul 1, 2010

Pull request sent

@tburry
Copy link
Contributor

tburry commented Jul 2, 2010

cherry-picked.

xophm1 pushed a commit to real-chocopanda/Garden that referenced this issue Jun 6, 2011
xophm1 pushed a commit to real-chocopanda/Garden that referenced this issue Jun 6, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants