From: Roland Haeder Date: Mon, 18 Aug 2014 08:56:52 +0000 (+0200) Subject: Fixed error when installing 'Blog' plugin. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=689e552a2483929bc30d8fb8e7e2a248b84d5d2d;p=quix0rs-gnu-social.git Fixed error when installing 'Blog' plugin. Signed-off-by: Roland Haeder --- diff --git a/plugins/Blog/BlogPlugin.php b/plugins/Blog/BlogPlugin.php index c192909d67..1b75cad8ae 100644 --- a/plugins/Blog/BlogPlugin.php +++ b/plugins/Blog/BlogPlugin.php @@ -107,7 +107,7 @@ class BlogPlugin extends MicroAppPlugin function tag() { - return 'blog'; + return 'blogentry'; } function types()