• 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óndb4bb86c5ba49a440de9bb740bd5b13f59e60236 (tree)
Tiempo2006-01-22 23:21:52
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

BugTrack2/156: Fatal error: Call to a member function on a non-object (Pointed out by jjyun)

Cambiar Resumen

Diferencia incremental

--- a/plugin/versionlist.inc.php
+++ b/plugin/versionlist.inc.php
@@ -5,7 +5,7 @@
55 * CopyRight 2002 S.YOSHIMURA GPL2
66 * http://masui.net/pukiwiki/ yosimura@excellence.ac.jp
77 *
8- * $Id: versionlist.inc.php,v 1.2.2.6 2004/08/01 01:28:05 henoheno Exp $
8+ * $Id: versionlist.inc.php,v 1.2.2.7 2006/01/22 14:21:52 henoheno Exp $
99 */
1010
1111 function plugin_versionlist_convert()
@@ -45,7 +45,7 @@ function plugin_versionlist_convert()
4545 $lst .= "<li>$filenp =&gt; $comment\n";
4646 }
4747 }
48- $dir->close();
48+ if ($dir !== FALSE) $dir->close();
4949 }
5050 if($lst=='') {
5151 return '';