Fix Phriction toc rendering when toc is null
Summary: Removes the exception, maybe there is a better way, but landing this for now. Fixes T9829 Test Plan: Test pages with and without a table of contents Reviewers: epriestley, avivey Subscribers: epriestley Maniphest Tasks: T9829 Differential Revision: https://secure.phabricator.com/D14546
This commit is contained in:
@@ -115,9 +115,6 @@ final class PhrictionContent extends PhrictionDAO
|
|||||||
* @task markup
|
* @task markup
|
||||||
*/
|
*/
|
||||||
public function getRenderedTableOfContents() {
|
public function getRenderedTableOfContents() {
|
||||||
if ($this->renderedTableOfContents === null) {
|
|
||||||
throw new PhutilInvalidStateException('didMarkupText');
|
|
||||||
}
|
|
||||||
return $this->renderedTableOfContents;
|
return $this->renderedTableOfContents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user