diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 16:42:06 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 16:42:55 +0100 |
commit | 34ddbc37fceacb0c664d55c38c0a339c79e4499d (patch) | |
tree | 131d2960814a7ff01bdc4b8f819613409ef8de5c /core | |
parent | b17d34f377c28dd3c1227ba35c162ab272acc05f (diff) | |
download | nextcloud-server-34ddbc37fceacb0c664d55c38c0a339c79e4499d.tar.gz nextcloud-server-34ddbc37fceacb0c664d55c38c0a339c79e4499d.zip |
Correct link to the bugtracker in exception.php
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php index 4b951fca51b..47792225557 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"; |