diff options
author | Anika Henke <anika@selfthinker.org> | 2012-12-19 14:03:42 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-12-19 14:03:42 +0000 |
commit | 27beeed6dddad3cd88bba7ba5ddba653ec86e0ff (patch) | |
tree | 4c3e6304e1325016ee9872f9fe434b728b6580dc | |
parent | 6a34de2d02e41ec96359914a9b7fe0d1867bfef9 (diff) | |
download | rpg-27beeed6dddad3cd88bba7ba5ddba653ec86e0ff.tar.gz rpg-27beeed6dddad3cd88bba7ba5ddba653ec86e0ff.tar.bz2 |
fixed broken @author link in farm code
-rw-r--r-- | inc/farm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/farm.php b/inc/farm.php index af1035707..54fff3ec6 100644 --- a/inc/farm.php +++ b/inc/farm.php @@ -18,7 +18,7 @@ * @author Michael Klier <chi@chimeric.de> * @author Christopher Smith <chris@jalakai.co.uk> * @author virtual host part of farm_confpath() based on conf_path() from Drupal.org's /includes/bootstrap.inc - * (see http://cvs.drupal.org/viewvc/drupal/drupal/includes/bootstrap.inc?view=markup) + * (see https://github.com/drupal/drupal/blob/7.x/includes/bootstrap.inc#L537) * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ |