X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_source.php;h=e7568bbca2a0be0f0b644d5cb0a3974c8e430a02;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=88def77c8e29cc4e145f3866d9009e50131f1fae;hpb=f6615f70e5278d22eb29cffb3f2273d19e75b71b;p=quix0rs-gnu-social.git diff --git a/classes/Notice_source.php b/classes/Notice_source.php index 88def77c8e..e7568bbca2 100644 --- a/classes/Notice_source.php +++ b/classes/Notice_source.php @@ -2,7 +2,7 @@ /** * Table Definition for notice_source */ -require_once INSTALLDIR.'classes/Memcached_DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; class Notice_source extends Memcached_DataObject { @@ -17,7 +17,8 @@ class Notice_source extends Memcached_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); } + function staticGet($k,$v=null) + { return Memcached_DataObject::staticGet('Notice_source',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE