Allow maintainers to modify screenshot description when processing queued items
This commit is contained in:
committed by
Chris Morgan
parent
b96e936ff8
commit
53a6360ec0
@@ -669,14 +669,13 @@ class screenshot
|
||||
|
||||
function getOutputEditorValues($aClean)
|
||||
{
|
||||
/* STUB: No update possible, reply text fetched from $aClean */
|
||||
return TRUE;
|
||||
$this->sDescription = $aClean['sDescription'];
|
||||
}
|
||||
|
||||
function update()
|
||||
{
|
||||
/* STUB: No updating possible at the moment */
|
||||
return TRUE;
|
||||
$oAppData = new appData($this->iScreenshotId, null, $this);
|
||||
return $oAppData->update();
|
||||
}
|
||||
|
||||
function objectHideDelete()
|
||||
|
||||
Reference in New Issue
Block a user