PHP Notice: Undefined index: title...

  • I am getting a PHP Notice: Undefined index: title on line 13 of the following code.


    It seems unhappy $page_title = $locations[0]['title'];. But I can't figure out why?


    :/


    The Locations Collection this refers to has <perch:content id="title" type="text" label="Title / Heading" required title> in the item.html file. I thought it might not like the way I've written the title id. However it doesn't seem to make a difference?


    Thanks in advance