Opened 3 years ago

Closed 3 years ago

#1486536 closed Bugs (fixed)

Default for search_mods

Reported by: simondo Owned by:
Priority: 8 Milestone: 0.4-beta
Component: Installer Version: git-master
Severity: trivial Keywords:
Cc:

Description

I had to set this to $rcmail_configsearch_mods? = array(); to avoid a warning about a missing config parameter when installing r3325

Change History (4)

comment:1 Changed 3 years ago by Lazlo

  • Milestone changed from later to 0.4-beta

comment:2 Changed 3 years ago by alec

What warning?

comment:3 Changed 3 years ago by simondo

A warning that the property was not set, and that I should download the latest main.inc.php file.

I guess you are testing that the property is not null to see if it has been set. The default in the main.inc.php file is

$rcmail_configsearch_mods? = NULL;

so you will always be warned this property is missing.

I guess $rcmail_configsearch_mods? = array(); would be better

comment:4 Changed 3 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [f8c06e91].

Note: See TracTickets for help on using tickets.