init uploader (v0.1) + go live spot feed
This commit is contained in:
@@ -4,12 +4,17 @@ class Uploader extends UploadHandler
|
||||
{
|
||||
private $sBody;
|
||||
|
||||
function __construct($asOptions = null, $bInitialize = true, $asErrorMessages = null)
|
||||
function __construct($asOptions = null, $bInitialize = false, $asErrorMessages = null)
|
||||
{
|
||||
parent::__construct($asOptions, $bInitialize, $asErrorMessages);
|
||||
$this->sBody = '';
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
$this->initialize();
|
||||
}
|
||||
|
||||
protected function body($sText)
|
||||
{
|
||||
$this->sBody .= $sText;
|
||||
|
||||
Reference in New Issue
Block a user