1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Leftover debug - Issue #237: Error create category

This commit is contained in:
SecretR 2013-05-05 20:55:04 +03:00
parent 681c7633e5
commit d08403d01a

View File

@ -138,7 +138,7 @@ class fb_category_ui extends e_admin_ui
if(!varset($new_data['fb_category_template']))
{
$new_data['fb_category_template'] = 'default';
}var_dump($new_data);
}
return $new_data;
}