fix für svn/nodocroot
bernd

bernd commited on 2008-02-12 13:18:51
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@949 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -201,7 +201,7 @@ function save_vhost($vhost)
201 201
   $ssl = maybe_null($vhost['ssl']);
202 202
   $logtype = maybe_null($vhost['logtype']);
203 203
   $errorlog = (int) $vhost['errorlog'];
204
-  if (is_svn) {
204
+  if ($vhost['is_svn']) {
205 205
     if (! $vhost['options']) $vhost['options']='nodocroot';
206 206
     else $vhost['options']+=",nodocroot";
207 207
   }
208 208