From ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 28 Mar 2012 16:59:54 +0200 Subject: preparation for file editing --- src/Phorkie/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php index bf2eb60..6cdc833 100644 --- a/src/Phorkie/File.php +++ b/src/Phorkie/File.php @@ -42,7 +42,7 @@ class File 'html' => 'xml', ); - public function __construct($path, Repository $repo) + public function __construct($path, Repository $repo = null) { $this->path = $path; $this->repo = $repo; -- cgit v1.2.3