]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix require in Profile_tag.php
authorEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 21:49:45 +0000 (16:49 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 21:49:45 +0000 (16:49 -0500)
darcs-hash:20081120214945-84dde-f15f2512f3998e7dd7bf7216ecc9ef0f5f37ea87.gz

classes/Profile_tag.php

index 464a817fc8878e275cb4fef5983f31c11321896d..f472be6573627101aa42f5bf8d297c4a4bba8a0f 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Table Definition for profile_tag
  */
-require_once 'classes/Memcached_DataObject';
+require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
 class Profile_tag extends Memcached_DataObject 
 {