Hi, thank you for your plugin.
I'm getting a warning in the page mentioned in the title (on a test instance, with debug information enabled) and I would like to hear a opinion from you:
File: ... ow_system_plugins/base/components/content_presenter.php
Line: 72
In that line we're in the method "render()", and what makes it explode is "$typeInfo["displayFormat"] = $this->content["displayFormat"];". Looking down a bit, it appears that the "displayFormat" isn't in the $typeInfo array. I guess that that information gets populated by the private albums plugin through a hook or something.
Thank you