Item14351: Uninitialized value warning when changerows is used with EditRowPlugin.

pencil
Priority: Normal
Current State: Closed
Released In: 2.1.4
Target Release: patch
Applies To: Extension
Component: EditRowPlugin
Branches: Release02x01 master Item14288
Reported By: FlorianSchlichting
Waiting For:
Last Change By: GeorgeClark
Use of uninitialized value in concatenation (.) or string at ...lib/Foswiki/Plugins/EditRowPlugin/Table.pm line 397 (#1)

The reason is a typo, the code uses $this->{id} in two places, whereas it's actually just $id (initialized as $id = $this->getID())

-- FlorianSchlichting - 23 Mar 2017

 
Topic revision: r7 - 01 Jun 2017, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy