diff options
Diffstat (limited to 'upgrade.txt')
-rw-r--r-- | upgrade.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.txt b/upgrade.txt index acf6a96..179b708 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -8,7 +8,7 @@ * No intructions - Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example * Delete last line : include_once('debug.inc.php'); - * Add variable: $menu2Tags = array(); + * Add variable: $menu2Tags = array('example', 'of', 'menu', 'tags'); * Add variable: $debugMode = true; # if true, show debug messages === From version 0.89 to 0.90 === |