X-Git-Url: http://git.pk910.de/?p=phpgitweb.git;a=blobdiff_plain;f=htdocs%2Fpages%2Fcommit.class.php;fp=htdocs%2Fpages%2Fcommit.class.php;h=e01ccbfe833a420c18b21417f12c3c22dca9339e;hp=55ece54f49056402c5b6b5718c11dc8ed563e071;hb=cd7a55f7a23c5981e26ff410bcf27d9ded5a0d38;hpb=574f4ed4076c84231ec75dc70a9120c553e37374 diff --git a/htdocs/pages/commit.class.php b/htdocs/pages/commit.class.php index 55ece54..e01ccbf 100644 --- a/htdocs/pages/commit.class.php +++ b/htdocs/pages/commit.class.php @@ -17,9 +17,9 @@ */ class page_commit { - private $page, $phpgitweb; + private $page, $phpgitweb; - public function main($phpgitweb, $project) { + public function main($phpgitweb, $project) { $this->phpgitweb = $phpgitweb; if(!$project) return new ContentProvider('main', 'err400');