diff options
author | Zach Copley <zach@status.net> | 2009-10-12 14:07:00 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-12 14:07:00 -0700 |
commit | 7fcaffdf86755a444ad9c24046161cb8a428c613 (patch) | |
tree | 43e2a5d8c332a6284e05c9f348d054b308bbd606 /actions/apifavoritecreate.php | |
parent | e071a8cbffd8eaf63f2d92e15edc2f6f25d9c984 (diff) |
Took out some unnecessary intializations
Diffstat (limited to 'actions/apifavoritecreate.php')
-rw-r--r-- | actions/apifavoritecreate.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apifavoritecreate.php b/actions/apifavoritecreate.php index 1b05eb95c..2a185f607 100644 --- a/actions/apifavoritecreate.php +++ b/actions/apifavoritecreate.php @@ -46,7 +46,6 @@ require_once INSTALLDIR.'/lib/apiauth.php'; class ApiFavoriteCreateAction extends ApiAuthAction { - var $user = null; var $notice = null; /** @@ -141,7 +140,6 @@ class ApiFavoriteCreateAction extends ApiAuthAction } } - /** * Notify the author of the favorite that the user likes their notice * |