From: Huji Date: Sun, 4 May 2008 07:48:31 +0000 (+0000) Subject: (bug 13934) Fixing the link to GNU General Public License Version 2 X-Git-Tag: 1.31.0-rc.0~47922 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=a30a06db32aad82e8ddccbdf2269bcd43f35e3ef;p=lhc%2Fweb%2Fwiklou.git (bug 13934) Fixing the link to GNU General Public License Version 2 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b16441404c..6c2853977b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -240,6 +240,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13924) Fix bad HTML on power search form * (bug 13820) Fix updater for rev_parent_id population * (bug 13925) Fix bad HTML on search results list +* (bug 13934) Fixing the link to GNU General Public License Version 2 === API changes in 1.13 === diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index be10f500c8..ef4da5e4e2 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -66,7 +66,7 @@ class SpecialVersion { You should have received [{{SERVER}}{{SCRIPTPATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - or [http://www.gnu.org/copyleft/gpl.html read it online]. + or [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html read it online]. "; return str_replace( "\t\t", '', $ret ) . "\n";