The Polls plugin requires Geeklog 1.6.1 now HEAD
authorDirk Haun <dirk@haun-online.de>
Sat Oct 03 15:53:36 2009 +0200 (4 months ago)
branchHEAD
changeset 7348696d17bec61e
parent 7347752c977d9aa0
child 734997dcb0f29746
The Polls plugin requires Geeklog 1.6.1 now
plugins/polls/autoinstall.php
     1.1 --- a/plugins/polls/autoinstall.php	Sat Oct 03 15:18:47 2009 +0200
     1.2 +++ b/plugins/polls/autoinstall.php	Sat Oct 03 15:53:36 2009 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4          'pi_name'         => $pi_name,
     1.5          'pi_display_name' => $pi_display_name,
     1.6          'pi_version'      => '2.1.1',
     1.7 -        'pi_gl_version'   => '1.6.0',
     1.8 +        'pi_gl_version'   => '1.6.1',
     1.9          'pi_homepage'     => 'http://www.geeklog.net/'
    1.10      );
    1.11  
    1.12 @@ -142,6 +142,10 @@
    1.13          return false;
    1.14      }
    1.15  
    1.16 +    if (! isset($_CONF['meta_tags'])) {
    1.17 +        return false;
    1.18 +    }
    1.19 +
    1.20      return true;
    1.21  }
    1.22