Prepopulate newnotice from URL arg
This commit is contained in:
parent
3e0f395be6
commit
d816af9aa9
|
@ -73,6 +73,10 @@ class NewnoticeAction extends FormAction
|
||||||
$this->formOpts[$opt] = $this->trimmed($opt);
|
$this->formOpts[$opt] = $this->trimmed($opt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->trimmed('content')) {
|
||||||
|
$this->formOpts['content'] = $this->trimmed('content');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user