Undefined Index
Brought to you by:
robertbienert
When trying to get LayManSys working on the SF.net
shell server I discovered the following error:
PHP Notice: Undefined index: .NavFirst. in
/home/groups/l/la/laymansys/lib/laymansys.php on line 59
As it seems from the source code, line 59
'.NavFirst.' => $options['.NavFirst.'],
should be changed to
'.NavFirst.' => $myOpts['.NavFirst.'],
Logged In: YES
user_id=863586
Fixed in the CVS.
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).