Closed (fixed)
Project:
Drupad
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Jun 2011 at 20:50 UTC
Updated:
19 Jul 2011 at 07:22 UTC
Jump to comment: Most recent file
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');
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupad.1180536.patch | 334 bytes | john franklin |
Comments
Comment #1
westwesterson commentedThis is in the file drupad.module
Comment #2
john franklin commentedPatch attached.
Comment #3
jchatard commentedThanks guys,
I'm committing the patch to my current dev version, it will be released soon!
Jérémy
Comment #4
jchatard commentedFixed in 6.x-1.6