|
@@ -12,6 +12,10 @@
|
|
|
* @return array
|
|
|
*/
|
|
|
function fgcf_views_default_views() {
|
|
|
+ // Needed to avoid fatal 'class view not found' error when Features
|
|
|
+ // checks the status of the feature.
|
|
|
+ views_include('view');
|
|
|
+
|
|
|
$info = fgcf_views_api();
|
|
|
$path = $info['path'];
|
|
|
$defaults = basename(__FILE__);
|