Wiki plugin: Removing the sidebar page's link from the sidebar

Project:ProjectPier
Version:0.8.7-beta
Component:Code
Category:feature request
Priority:minor
Assigned:phpfreak
Status:closed - fixed
Description

I have created a few articles in the wiki then created a sidebar page. A link to itself was then appearing in the sidebar. I think it should be avoided - especially as a link to edit itself is already in the sidebar.
I have made a change to the function getPagesList() from the Wiki class in the file:
/application/plugins/wiki/models/Wiki.class.php
by just adding a condition:
AND p.project_sidebar = 0

#1
Assigned to:nabab» phpfreak
Status:patch - ready to commit» closed - fixed

Accepted into 0.8.7