Bug #780
find_posts only shows safe images
| Status: | Resolved | Start: | 10/25/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | default extensions | |||
| Target version: | 2.3 | |||
Description
find_posts on api only shows safe images, it doesn't request user or password to user and it can't acess to all listing.
History
Updated by Sein Kraft 25 days ago
find
if(($event->get_arg(0) == 'find_posts') || (($event->get_arg(0) == 'post') && ($event->get_arg(1) == 'index.xml')))
{
if(isset($_GET['md5']))
change to
if(($event->get_arg(0) == 'find_posts') || (($event->get_arg(0) == 'post') && ($event->get_arg(1) == 'index.xml')))
{
$this->authenticate_user();
if(isset($_GET['md5']))