[geeklog-cvs] geeklog: Disable postinstall for now (causes problems on fresh i...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri May 1 10:03:08 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/8682136933a3
changeset: 7007:8682136933a3
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri May 01 14:38:59 2009 +0200
description:
Disable postinstall for now (causes problems on fresh install)

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
plugins/xmlsitemap/autoinstall.php |    3 ++-

diffs (18 lines):

diff -r cb14f78341a2 -r 8682136933a3 plugins/xmlsitemap/autoinstall.php
--- a/plugins/xmlsitemap/autoinstall.php	Fri May 01 13:18:23 2009 +0200
+++ b/plugins/xmlsitemap/autoinstall.php	Fri May 01 14:38:59 2009 +0200
@@ -118,6 +118,7 @@
 * @param    string  $pi_name    Plugin name
 * @return   boolean             TRUE: plugin compatible; FALSE: not compatible
 */
+/*
 function plugin_postinstall_xmlsitemap($pi_name)
 {
     global $_CONF, $_XMLSMAP_CONF;
@@ -127,5 +128,5 @@
     // Create an XML sitemap for the first time
     return XMLSMAP_update();
 }
-
+*/
 ?>



More information about the geeklog-cvs mailing list