. * * @package GNU Social * @author Ian Denhardt * @copyright 2010 Free Software Foundation, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 */ if (!defined('STATUSNET')) { exit(1); } // XXX: This entire file is an ugly hack and needs to be replaced. It is essentially a global variable // used to store information about a photo we want to insert in onStartNoticeDistribute(), which we // can't actually pass to that function. class GNUsocialPhotoTemp { public static $tmp = null; }