[geeklog-cvs] geeklog: The Polls plugin requires Geeklog 1.6.1 now

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 3 13:35:11 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/696d17bec61e
changeset: 7348:696d17bec61e
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Oct 03 15:53:36 2009 +0200
description:
The Polls plugin requires Geeklog 1.6.1 now

diffstat:

 plugins/polls/autoinstall.php |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 752c977d9aa0 -r 696d17bec61e plugins/polls/autoinstall.php
--- a/plugins/polls/autoinstall.php	Sat Oct 03 15:18:47 2009 +0200
+++ b/plugins/polls/autoinstall.php	Sat Oct 03 15:53:36 2009 +0200
@@ -52,7 +52,7 @@
         'pi_name'         => $pi_name,
         'pi_display_name' => $pi_display_name,
         'pi_version'      => '2.1.1',
-        'pi_gl_version'   => '1.6.0',
+        'pi_gl_version'   => '1.6.1',
         'pi_homepage'     => 'http://www.geeklog.net/'
     );
 
@@ -142,6 +142,10 @@
         return false;
     }
 
+    if (! isset($_CONF['meta_tags'])) {
+        return false;
+    }
+
     return true;
 }
 



More information about the geeklog-cvs mailing list