Rename downloadurl::editor to OutputEditor for better conformance with other classes

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-16 04:25:56 +00:00
committed by WineHQ
parent 00b97955b3
commit c71697dc5b
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class downloadurl
}
/* Output an editor for Download URL fields */
function editor($oVersion, $sFormAction)
function OutputEditor($oVersion, $sFormAction)
{
/* Check for correct permissions */
if(!downloadurl::canEdit($oVersion->iVersionId))