X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FRemote_profile.php;h=5aa6d913e5949465ff3b1db84684b403f8324d33;hb=8b9e559167e27c490648cc55c4f617c2e9122a18;hp=5afc85d209eb71a4fbe2d12531cb7d170e0f928a;hpb=e2e6bbb298e8b41573e78c6acfd764cc95f6954a;p=quix0rs-gnu-social.git diff --git a/classes/Remote_profile.php b/classes/Remote_profile.php index 5afc85d209..5aa6d913e5 100644 --- a/classes/Remote_profile.php +++ b/classes/Remote_profile.php @@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); } /** * Table Definition for remote_profile */ -require_once 'classes/Memcached_DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class Remote_profile extends Memcached_DataObject { @@ -38,7 +38,8 @@ class Remote_profile extends Memcached_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); } + function staticGet($k,$v=null) + { return Memcached_DataObject::staticGet('Remote_profile',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE