bernd

bernd commited on 2011-12-21 17:30:34
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@2101 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -44,7 +44,7 @@ if ($_GET['action'] == 'newuser') {
44 44
       }
45 45
     }
46 46
   }
47
-  if (isset($_POST['gitweb']) && ($_POST['gitweb'] == 'r') {
47
+  if (isset($_POST['gitweb']) && ($_POST['gitweb'] == 'r')) {
48 48
     $permissions['gitweb'] = 'R';
49 49
     $permissions['daemon'] = 'R';
50 50
     $description = $_POST['description'];
51 51