CreativeCommons wrong URL

Found a bug? Tell us!!
Post Reply
CaptainCrunch
Regular
Posts: 34
Joined: Thu Oct 20, 2005 4:51 pm
Contact:

CreativeCommons wrong URL

Post by CaptainCrunch »

Within serendipty_event_creativecommons (at least) the link to the german BY-SA-page is wrong. Diff attached:

Code: Select all

--- serendipity_event_creativecommons.php.old   2005-11-11 12:53:05.000000000 +0100
+++ serendipity_event_creativecommons.php       2005-11-11 12:53:17.000000000 +0100
@@ -120,7 +120,7 @@
                     $license_uri .= 'jp/';
                     break;
                 case 'de':
-                    $license_uri .= 'de/deed.de';
+                    $license_uri .= 'deed.de';
                     break;
             }
         }
Hth
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: CreativeCommons wrong URL

Post by garvinhicking »

Thanks a lot! Committed!

Regard,sGarvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
CaptainCrunch
Regular
Posts: 34
Joined: Thu Oct 20, 2005 4:51 pm
Contact:

Post by CaptainCrunch »

You're welcome. 8)

It's a great feeling being able to help you...a little at least. ;)
Post Reply