Rename downloadurl::editor to OutputEditor for better conformance with other classes
This commit is contained in:
committed by
WineHQ
parent
00b97955b3
commit
c71697dc5b
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user