X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_source.php;h=43893ebe182f7a343c4a9955c777595180688fe8;hb=31e7d46a5b03c9082d38beed413b4af91a050a63;hp=88def77c8e29cc4e145f3866d9009e50131f1fae;hpb=f6615f70e5278d22eb29cffb3f2273d19e75b71b;p=quix0rs-gnu-social.git diff --git a/classes/Notice_source.php b/classes/Notice_source.php index 88def77c8e..43893ebe18 100644 --- a/classes/Notice_source.php +++ b/classes/Notice_source.php @@ -2,9 +2,9 @@ /** * 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 +class Notice_source extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -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