[Pyukiwiki-cvs 0009900] CVS update: PyukiWiki-Devel/lib

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 3月 20日 (火) 18:45:19 JST


Index: PyukiWiki-Devel/lib/wiki.cgi
diff -u PyukiWiki-Devel/lib/wiki.cgi:1.745 PyukiWiki-Devel/lib/wiki.cgi:1.746
--- PyukiWiki-Devel/lib/wiki.cgi:1.745	Tue Mar 20 18:04:29 2012
+++ PyukiWiki-Devel/lib/wiki.cgi	Tue Mar 20 18:45:19 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # wiki.cgi - This is PyukiWiki, yet another Wiki clone.
-# $Id: wiki.cgi,v 1.745 2012/03/20 09:04:29 papu Exp $
+# $Id: wiki.cgi,v 1.746 2012/03/20 09:45:19 papu Exp $
 #
 # "PyukiWiki" ver 0.2.0-p3-dev2 $$
 # Copyright (C) 2004-2012 Nekyo
@@ -1049,7 +1049,7 @@
 		next if($f eq '');
 		return $f if(-r "$::skin_dir/$f");
 	}
-	die sprintf("$file not found","");
+	die sprintf("$f not found","");
 	exit;
 }
 



Pyukiwiki-cvs メーリングリストの案内
Back to archive index