From 5c3bbb9e0dfc75b16b66b5cae7fa7a17bb4c04b2 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 28 Sep 2014 13:00:17 -0400
Subject: [PATCH] Support hashing algorithms without mhash() and even hash() extension (#1490076)

---
 plugins/help/help.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/plugins/help/help.php b/plugins/help/help.php
index 37fd908..df08caf 100644
--- a/plugins/help/help.php
+++ b/plugins/help/help.php
@@ -33,6 +33,11 @@
         $this->register_action('about', array($this, 'action'));
         $this->register_action('license', array($this, 'action'));
 
+        $this->add_hook('startup', array($this, 'startup'));
+    }
+
+    function startup($args)
+    {
         $rcmail = rcmail::get_instance();
 
         // add taskbar button

--
Gitblit v1.9.1