• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión9d83ba0df6e7dcc328b9f4dc3443724b3a524b0e (tree)
Tiempo2005-02-05 15:47:10
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

BugTrack/794: Correct r1.6. Disabling #plugins

Cambiar Resumen

Diferencia incremental

--- a/lib/plugin.php
+++ b/lib/plugin.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone.
3-// $Id: plugin.php,v 1.6 2004/12/30 13:50:54 henoheno Exp $
3+// $Id: plugin.php,v 1.7 2005/02/05 06:47:10 henoheno Exp $
44 //
55 // Plugin related functions
66
@@ -112,6 +112,8 @@ function do_plugin_convert($name, $args = '')
112112 return preg_replace('/(<form[^>]*>)/', '$1 ' . "\n" .
113113 '<div><input type="hidden" name="encode_hint" value="' .
114114 PKWK_ENCODING_HINT . '" /></div>', $retvar);
115+ } else {
116+ return $retvar;
115117 }
116118 }
117119