make NoticeWrapper extend Notice so methods work

darcs-hash:20080915073006-84dde-8ea7daa73743647711a8c1d7389894b25f2b077d.gz
This commit is contained in:
Evan Prodromou 2008-09-15 03:30:06 -04:00
parent 6451b7ad6a
commit 423227d2db
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
if (!defined('LACONICA')) { exit(1); }
class NoticeWrapper {
require_once(INSTALLDIR.'/classes/Notice.php');
class NoticeWrapper extends Notice {
public $id; // int(4) primary_key not_null
public $profile_id; // int(4) not_null