tbrehm
2013-07-31 615a0a96618fa99e7e452523145d6c0f238d4473
interface/web/sites/database_del.php
@@ -52,7 +52,7 @@
      if($app->tform->checkPerm($this->id,'d') == false) $app->error($app->lng('error_no_delete_permission'));
        
        $app->uses('sites_database_plugin');
        $app->sites_database_plugin->processDatabaseDelete($this->id);
        //$app->sites_database_plugin->processDatabaseDelete($this->id);
   }
}