[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.53, 1.54

Dirk Haun dhaun at qs1489.pair.com
Sat Sep 6 09:18:53 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv36148

Modified Files:
	index.php 
Log Message:
Check for plugins that are in the db but not present in the filesystem is not limited to upgrades to 1.5.0


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** index.php	14 Aug 2008 16:51:59 -0000	1.53
--- index.php	6 Sep 2008 13:18:50 -0000	1.54
***************
*** 780,787 ****
                              $config->set('noreply_mail', urldecode($noreply_mail));
                              $config->set_default('default_photo', urldecode($site_url) . '/default.jpg');
- 
-                             INST_checkPlugins();
                          }
  
                          // Great, installation is complete, redirect to success page
                          header('Location: success.php?type=upgrade&language=' . $language);
--- 780,787 ----
                              $config->set('noreply_mail', urldecode($noreply_mail));
                              $config->set_default('default_photo', urldecode($site_url) . '/default.jpg');
                          }
  
+                         INST_checkPlugins();
+ 
                          // Great, installation is complete, redirect to success page
                          header('Location: success.php?type=upgrade&language=' . $language);




More information about the geeklog-cvs mailing list