瀏覽代碼

changed passed_ent_id ent_id

stekkel 23 年之前
父節點
當前提交
7dd4fe9176
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/attachment_common.php

+ 1 - 1
functions/attachment_common.php

@@ -98,7 +98,7 @@ function attachment_common_link_text(&$Args)
     $Args[1]['attachment_common']['href'] = '../src/view_text.php?'. $QUERY_STRING;
     $Args[1]['attachment_common']['href'] =
           set_url_var($Args[1]['attachment_common']['href'], 
-	  'passed_ent_id',$Args[5]);
+	  'ent_id',$Args[5]);
   
     /* The link that we created needs a name.  "view" will be displayed for
        all text attachments handled by this plugin. */