Re-added a feed

pull/1050/head v2.4.27
Iglocska 2016-03-11 17:47:55 +01:00
parent 557cca1f0f
commit a58051fce2
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
{"major":2, "minor":4, "hotfix":26}
{"major":2, "minor":4, "hotfix":27}

View File

@ -49,7 +49,7 @@ class AppModel extends Model {
// major -> minor -> hotfix -> requires_logout
public $db_changes = array(
2 => array(
4 => array(18 => false, 19 => false, 20 => false, 25 => false)
4 => array(18 => false, 19 => false, 20 => false, 25 => false, 27 => false)
)
);
@ -71,6 +71,12 @@ class AppModel extends Model {
);
$this->__addNewFeeds($newFeeds);
break;
case '2.4.27':
$newFeeds = array(
array('provider' => 'Botvrij.eu', 'name' => 'The Botvrij.eu Data','url' => 'http://www.botvrij.eu/data/feed-osint')
);
$this->__addNewFeeds($newFeeds);
break;
default:
$this->updateDatabase($command);
break;