RST icon indicating copy to clipboard operation
RST copied to clipboard

Fixing `Notice: Undefined index: titles`

Open emulienfou opened this issue 7 years ago • 0 comments

In some cases, a PHP notice is returned because the array key titles doesn't exists like:

Error: Method Gregwar\RST\HTML\Document::__toString() must not throw an exception, caught ErrorException: Notice: Undefined index: titles

Fixing this issue by returning an empty array.

emulienfou avatar Feb 23 '18 18:02 emulienfou