diff options
-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; |