diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:39:57 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 13:39:57 -0400 |
commit | 0bd199f5cc9d936d12957006a698bed9d47604bb (patch) | |
tree | d9ec7143228aa972edaa3395e040f519e26b308a /classes | |
parent | cb17be6d98536a306dd4c3002185180576d886f9 (diff) |
FaveCommand -> FavCommand
darcs-hash:20081004173957-5ed1f-dd460b4208c1c7c72b92db6cb85f03accfc1d610.gz
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Command.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Command.php b/classes/Command.php index dbfe3b7be..ead6a56cc 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; |