MantisBT: master-1.2.x 8daa0868

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-09-20 06:38 master-1.2.x 45e7b999
Affected Issues  0014700: Admin > Edit Project Page : Upload Path when stored in DB
Changeset

Fix inconsistent behavior of upload path field hiding

config_get() would return the file upload method for the current
project, instead of the one for the project being edited.

Use of $g_project_override for expected behavior.

Fixes 0014700

mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File