Renamed getRepository() in gitter Client, to avoid method name collision; some code cleanup.

This commit is contained in:
Wim Rijnders
2012-12-04 06:29:10 +01:00
parent 875d3c9661
commit b644610438
3 changed files with 15 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
<?php
#WRI DEBUG
echo "<pre>";
/**
@@ -19,6 +20,7 @@ $config = GitList\Config::fromFile('config.ini');
$app = require 'boot.php';
#WRI DEBUG
echo "</pre>";
$app->run();