]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix T46 Blog Plugin is broken
authorAqeel Zafar <aqeel@aqeeliz.com>
Mon, 29 Sep 2014 13:06:54 +0000 (18:06 +0500)
committerAqeel Zafar <aqeel@aqeeliz.com>
Mon, 29 Sep 2014 13:06:54 +0000 (18:06 +0500)
Adds newFormAction() in Blog Plugin to redirect to correct action.

plugins/Blog/BlogPlugin.php

index c192909d6792396d0248b36662e6fe94561d4bf9..f6b702376b9ab8c4337dacaf1abda6c2a5ac9ae0 100644 (file)
@@ -69,6 +69,10 @@ class BlogPlugin extends MicroAppPlugin
 
         return true;
     }
+    
+    public function newFormAction(){
+        return 'newblogentry';
+    }
 
     /**
      * Map URLs to actions