Passed
Pull Request — master (#2)
by Mark
01:54
created
action.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -80,8 +80,8 @@  discard block
 block discarded – undo
80 80
     /* -- Methods to manage plugin ------------------------------------------ */
81 81
 
82 82
     /**
83
-    * Register its handlers with the DokuWiki's event controller
84
-    */
83
+     * Register its handlers with the DokuWiki's event controller
84
+     */
85 85
     public function register(Doku_Event_Handler $controller)
86 86
     {
87 87
         //print_r(headers_list()); die();
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     }
147 147
     
148 148
     /**
149
-    */
149
+     */
150 150
     public function createRdfLink($event = null, $param = null)
151 151
     {
152 152
         global $ID, $INFO, $conf;
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
 
501 501
         // create container object
502 502
         $wikicontainer = new SIOCDokuWikiContainer($ID,
503
-                                                   normalizeUri($exporter->siocURL('container', $ID))
503
+                                                    normalizeUri($exporter->siocURL('container', $ID))
504 504
                                                   );
505 505
 
506 506
         /* container is type=wiki */ if ($ID == $conf['start']) $wikicontainer->isWiki();
@@ -563,10 +563,10 @@  discard block
 block discarded – undo
563 563
         // create user object
564 564
         //print_r($userinfo); die();
565 565
         $wikiuser = new SIOCDokuWikiUser($ID,
566
-                                         normalizeUri($exporter->siocURL('user', $ID)),
567
-                                         $userid,
568
-                                         $userinfo['name'],
569
-                                         $userinfo['mail']);
566
+                                          normalizeUri($exporter->siocURL('user', $ID)),
567
+                                          $userid,
568
+                                          $userinfo['name'],
569
+                                          $userinfo['mail']);
570 570
         /* TODO: avatar (using Gravatar) */
571 571
         /* TODO: creator_of */
572 572
         // add user to exporter
Please login to merge, or discard this patch.