Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
commit
d9e7d4c4ad
@ -54,6 +54,9 @@ class DocAction extends Action
|
||||
parent::prepare($args);
|
||||
|
||||
$this->title = $this->trimmed('title');
|
||||
if (!preg_match('/^[a-zA-Z0-9_-]*$/', $this->title)) {
|
||||
$this->title = 'help';
|
||||
}
|
||||
$this->output = null;
|
||||
|
||||
$this->loadDoc();
|
||||
|
Loading…
Reference in New Issue
Block a user