Revision: 1450
Author: magike.net
Date: Sun Jun 20 19:42:19 2010
Log: fix issue 462
http://code.google.com/p/typecho/source/detail?r=1450

Modified:
  /trunk/install.php

=======================================
--- /trunk/install.php  Sun Mar  7 06:52:54 2010
+++ /trunk/install.php  Sun Jun 20 19:42:19 2010
@@ -143,6 +143,10 @@
  $options = new stdClass();
  $options->generator = 'Typecho ' . Typecho_Common::VERSION;
  list($soft, $currentVersion) = explode(' ', $options->generator);
+
+$options->software = $soft;
+$options->version = $currentVersion;
+
  list($prefixVersion, $suffixVersion) = explode('/', $currentVersion);

  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0  
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce

回复