[Pkg-owncloud-commits] [owncloud] 282/394: Correct link to the bugtracker in exception.php

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:12:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 34ddbc37fceacb0c664d55c38c0a339c79e4499d
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Fri Jan 11 16:42:06 2013 +0100

    Correct link to the bugtracker in exception.php
---
 core/templates/exception.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/templates/exception.php b/core/templates/exception.php
index 4b951fc..4779222 100644
--- a/core/templates/exception.php
+++ b/core/templates/exception.php
@@ -5,7 +5,7 @@
 		<p class="exception">
 		<?php
 		if($_['showsysinfo'] == true) {
-			echo 'If you would like to support ownCloud\'s developers and report this error in our <a href="http://bugs.owncloud.org">Bugtracker</a>, please copy the following informations into the description. <br><br><textarea readonly>';
+			echo 'If you would like to support ownCloud\'s developers and report this error in our <a href="https://github.com/owncloud/core">bug tracker</a>, please copy the following informations into the description. <br><br><textarea readonly>';
 			echo 'Message: '  . $_['message'] . "\n";
 			echo 'Error Code: '  . $_['code'] . "\n";
 			echo 'File: '  . $_['file'] . "\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list