Forum

Thread tagged as: Error, Configuration, Addons

Missing closing tag apps.php

Hi,

In the latest Perch (v2.6.3), a PHP closing tag is missing in the apps.php file, whilst the docs suggest it should be there. The basic file as downloaded is the following:

<?php
    $apps_list = array(
        'content', 
        'categories',
    );

Thought I should let you know.

Jelmer Borst

Jelmer Borst 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

It's optional at the end of a file, so it doesn't really matter.