Hi,

i just downloaded the new revision of smileys (6.x-1.0). In the package there is an error in the plist.inc, function parse_true(), line 28

code in package is

function parse_true($trueNode)-0=p]o o 
  return true;
}

code should be

function parse_true($trueNode) { 
  return true;
}

Here is a patch for this, just apply on the module folder.

Greetings
Carsten

CommentFileSizeAuthor
#1 smileys.plist_.parse_true.patch296 bytescarsten müller

Comments

carsten müller’s picture

StatusFileSize
new296 bytes

patch is missing in last upload, here it is again

Gurpartap Singh’s picture

Status: Needs review » Reviewed & tested by the community

lol