[geeklog-hg] geeklog: Fixed editing of File Management plugin comment submiss...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Nov 22 12:58:28 EST 2012


changeset 8875:551c3c073244
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/551c3c073244
user: Tom <websitemaster at cogeco.net>
date: Thu Nov 22 12:55:03 2012 -0500
description:
Fixed editing of File Management plugin comment submission (bug #0001511)

diffstat:

 system/lib-comment.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1a64c605f5b1 -r 551c3c073244 system/lib-comment.php
--- a/system/lib-comment.php	Thu Nov 22 12:23:08 2012 -0500
+++ b/system/lib-comment.php	Thu Nov 22 12:55:03 2012 -0500
@@ -2224,7 +2224,7 @@
     // Filemgmt plugin is doing special processing.
     // Therefore, I support specially, against my better judgment.
     // May should delete this code part.
-    if ($type == 'filemgmt') {
+    if ($type == 'filemgmt' AND $mode != 'editsubmission') {
         $sid = 'fileid_' . $sid;
     }
 



More information about the geeklog-cvs mailing list