Closed (duplicate)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jan 2008 at 19:53 UTC
Updated:
19 Jan 2008 at 20:04 UTC
The panels_views table is not created when the Panels module is installed. This is due to a small bug in the 'panels\panels_views\panels_views.install' file.
$sql .= $field . '' . $data['definition'];
should be
$sql .= $field . ' ' . $data['definition'];
Comments
Comment #1
phpgirl commentedAlready fixed in Beta2