From 0bd199f5cc9d936d12957006a698bed9d47604bb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 4 Oct 2008 13:39:57 -0400 Subject: [PATCH] FaveCommand -> FavCommand darcs-hash:20081004173957-5ed1f-dd460b4208c1c7c72b92db6cb85f03accfc1d610.gz --- classes/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Command.php b/classes/Command.php index dbfe3b7be6..ead6a56cc1 100644 --- a/classes/Command.php +++ b/classes/Command.php @@ -102,7 +102,7 @@ class StatsCommand extends Command { } } -class FaveCommand extends Command { +class FavCommand extends Command { var $other = NULL;