When deleting a group, the og_panel's delete hook deletes the panels but not the panel aliases so they are lingering in the url_alias table.
Here is a one line patch that uses a preexisting function to delete the panel and the alias at the same time. Its not an absolutely kosher drupal patch because I didn't have time to do it correctly. I hope someone can.
| Comment | File | Size | Author |
|---|---|---|---|
| og_panels_delete_alias.patch | 122 bytes | mcpuddin |
Comments
Comment #1
populist commentedfixed, thanks!