=================== BUG #2513: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11
Submitted by: dfeich Project: Savannah Submitted on: 2003-Feb-10 14:26 Category: PHP Engine Severity: 5 - Average Priority: None Bug Group: None Resolution: None Assigned to: None Status: Open Effort: 0.00 Summary: homepage change lost after submit (editgroupinfo.php) Original Submission: This affects the functionality of the project/admin/editgroupinfo.php file: After hitting the submit button the redisplayed page still contains the old value of the homepage field (although the modification is correctly carried over into the data base). Reason: The problem is that the project object's state is read via the 'require' statements at the beginning of the script. The submit modification is done after this, and so the $project->getHomePage() function in line 174 still returns the old value instead of the actual data base value which is then displayed in the entry box. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11
