[Tickets #9013] Re: edit picture results in a not found photo
bugs at horde.org
bugs at horde.org
Sat May 22 07:13:55 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9013
------------------------------------------------------------------------------
Ticket | 9013
Updated By | michael at bigmichi1.de
Summary | edit picture results in a not found photo
Queue | Ansel
Version | 1.1.1
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
michael at bigmichi1.de (2010-05-22 03:13) wrote:
$image_id = (int)Util::getPost('image');
var_dump($image_id);
results in 0
$image_id = Util::getPost('image');
var_dump($image_id);
results in NULL
More information about the bugs
mailing list