mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR Removed useless $db array in SubscribeRSSWidget since it's not being used
This commit is contained in:
parent
475b41bbda
commit
d556d052c0
@ -9,10 +9,6 @@
|
||||
*/
|
||||
class SubscribeRSSWidget extends Widget {
|
||||
|
||||
static $db = array(
|
||||
'Title' => 'Varchar'
|
||||
);
|
||||
|
||||
static $title = 'Subscribe via RSS';
|
||||
|
||||
static $cmsTitle = 'Subscribe via RSS widget';
|
||||
|
Loading…
Reference in New Issue
Block a user