uploaded media redirection bug fixed
authorzapata <zapata>
Mon, 14 Nov 2005 21:28:29 +0000 (21:28 +0000)
committerzapata <zapata>
Mon, 14 Nov 2005 21:28:29 +0000 (21:28 +0000)
source/mircoders/servlet/ServletModuleUploadedMedia.java

index 87c321c..f3774dc 100755 (executable)
@@ -126,7 +126,7 @@ public abstract class ServletModuleUploadedMedia extends AdminServletModule {
           logAdminUsage(aRequest, id, "object attached to article " + articleid);
         }
 
-        ServletHelper.redirect(aResponse, "module=content&do=edit&id=" + articleid);
+        ServletHelper.redirect(aResponse, "module=Content&do=edit&id=" + articleid);
 
         return;
       }
@@ -144,7 +144,7 @@ public abstract class ServletModuleUploadedMedia extends AdminServletModule {
           logAdminUsage(aRequest, id, "object attached to comment " + commentid);
         }
 
-        ServletHelper.redirect(aResponse, "module=comment&do=edit&id=" + commentid);
+        ServletHelper.redirect(aResponse, "module=Comment&do=edit&id=" + commentid);
 
         return;
       }