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

@@ -87,7 +87,7 @@ if(!empty($aClean['sSubmit']))
echo "</form>";
/* Download URL editor */
echo downloadurl::editor($oVersion, "editAppVersion.php");
echo downloadurl::OutputEditor($oVersion, "editAppVersion.php");
/* only admins can move versions */
if($_SESSION['current']->hasPriv("admin"))