mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 04:45 am

[dw-free] Basic Boxes Eggplant improperly credit on /customize/

[commit: http://hg.dwscoalition.org/dw-free/rev/d0045dab97d1]

http://bugs.dwscoalition.org/show_bug.cgi?id=1808

Properly credit kareila for authoring this theme.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/LJ/S2Theme/basicboxes.pm
--------------------------------------------------------------------------------
diff -r 8a816bca2c56 -r d0045dab97d1 cgi-bin/LJ/S2Theme/basicboxes.pm
--- a/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Sep 21 04:42:11 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Sep 21 04:45:04 2009 +0000
@@ -22,6 +22,7 @@ package LJ::S2Theme::basicboxes::eggplan
 package LJ::S2Theme::basicboxes::eggplant;
 use base qw( LJ::S2Theme::basicboxes );
 sub cats { qw( featured ) }
+sub designer { "kareila" }
 
 package LJ::S2Theme::basicboxes::green;
 use base qw( LJ::S2Theme::basicboxes );
--------------------------------------------------------------------------------