There is a notice generated once installing drupal module.

The notice can be fixed by changing line 11
define(DRUPAD_CURRENT_VERSION, '1.2');
to
define('DRUPAD_CURRENT_VERSION', '1.2');

CommentFileSizeAuthor
#2 drupad.1180536.patch334 bytesjohn franklin

Comments

westwesterson’s picture

This is in the file drupad.module

john franklin’s picture

Status: Active » Needs review
StatusFileSize
new334 bytes

Patch attached.

jchatard’s picture

Assigned: Unassigned » jchatard
Status: Needs review » Reviewed & tested by the community

Thanks guys,

I'm committing the patch to my current dev version, it will be released soon!

Jérémy

jchatard’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in 6.x-1.6

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.