Line 28 on wysiwyg_imageupload_lightbox.install is 'type' => int and it should be: 'type' => 'int'
In the other submodules shadowbox and fancybox .install file it is the same bug.
Line 28 on wysiwyg_imageupload_lightbox.install is 'type' => int and it should be: 'type' => 'int'
In the other submodules shadowbox and fancybox .install file it is the same bug.
Comments
Comment #1
eugenmayer commentedI see, thanks for the catch.
Will be fixed with 2.10, only really minor issue
Comment #2
eugenmayer commentedapplied to the master