PHP Deprecated: Array and string offset access syntax with curly braces is deprecated
This commit is contained in:
@@ -451,7 +451,7 @@ echo "$res\n";
|
||||
*/
|
||||
private function lineType ($line)
|
||||
{
|
||||
if (! isset ($line{0}))
|
||||
if (! isset ($line[0]))
|
||||
return "NONE";
|
||||
if (preg_match ("/^[ \t]*[+*-] /", $line) === 1)
|
||||
return "ul";
|
||||
|
||||
Reference in New Issue
Block a user