From 51bf1110daf9911d4fe3a3983bb8a6fe7f4d2924 Mon Sep 17 00:00:00 2001
From: Erick Hitter <ehitter@gmail.com>
Date: Sun, 25 Aug 2013 11:14:07 -0400
Subject: [PATCH] Correct fatal error introduced in 58e0467

---
 tag-dropdown-widget.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index 97dbece..a287a07 100644
--- a/tag-dropdown-widget.php
+++ b/tag-dropdown-widget.php
@@ -92,7 +92,7 @@ class taxonomy_dropdown_widget_plugin {
 	 * @hook deactivation
 	 * @return null
 	 */
-	public deactivation_hook() {
+	public function deactivation_hook() {
 		$this->cleanup();
 	}
 
-- 
GitLab