mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Leftover debug - Issue #237: Error create category
This commit is contained in:
@@ -138,7 +138,7 @@ class fb_category_ui extends e_admin_ui
|
|||||||
if(!varset($new_data['fb_category_template']))
|
if(!varset($new_data['fb_category_template']))
|
||||||
{
|
{
|
||||||
$new_data['fb_category_template'] = 'default';
|
$new_data['fb_category_template'] = 'default';
|
||||||
}var_dump($new_data);
|
}
|
||||||
return $new_data;
|
return $new_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user