From 5327d3f7ba87a1c81229cc9ec56c8d26f5dd6b50 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Dec 2008 02:32:09 -0500 Subject: copyright block and better load for Memcached_DataObject in profile_block darcs-hash:20081208073209-5ed1f-0fca508e15833517f6c61f16d5f9979624c27b40.gz --- classes/Profile_block.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/Profile_block.php b/classes/Profile_block.php index 1bc63c0d1..47f763386 100644 --- a/classes/Profile_block.php +++ b/classes/Profile_block.php @@ -1,8 +1,29 @@ . + */ + +if (!defined('LACONICA')) { exit(1); } + /** * Table Definition for profile_block */ -require_once 'classes/Memcached_DataObject'; + +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class Profile_block extends Memcached_DataObject { -- cgit v1.2.3-54-g00ecf