Completed
Pull Request — master (#50)
by
unknown
02:01
created
plugin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
     function get_secure_menu_entries($page, $user)
5 5
     {
6 6
         $ret = array(
7
-          'Volunteer' => $page->secureUrl.'fvs/index.php'
7
+            'Volunteer' => $page->secureUrl.'fvs/index.php'
8 8
         );
9 9
         return $ret;
10 10
     }
@@ -12,8 +12,8 @@  discard block
 block discarded – undo
12 12
     function get_plugin_entry_point()
13 13
     {
14 14
         return array(
15
-          'name'=>'Volunteer',
16
-          'link' => $page->secureUrl.'fvs/index.php'
15
+            'name'=>'Volunteer',
16
+            'link' => $page->secureUrl.'fvs/index.php'
17 17
         );
18 18
     }
19 19
 }
Please login to merge, or discard this patch.