From 7fcaffdf86755a444ad9c24046161cb8a428c613 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 12 Oct 2009 14:07:00 -0700 Subject: Took out some unnecessary intializations --- actions/apifavoritecreate.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/apifavoritecreate.php') 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 * -- cgit v1.2.3-54-g00ecf