|
@@ -115,17 +115,17 @@ class LoadElementData extends AbstractFixture implements OrderedFixtureInterfac
|
115
|
115
|
$this->createElement('jamendo_caio_1', 'All Is Full Of Pain',
|
116
|
116
|
'http://soundcloud.com/keytek/all-is-full-of-pain',
|
117
|
117
|
$this->getArrayOfTag(array('tribe', 'hardtek')),
|
118
|
|
- $soundclound, $jean);
|
|
118
|
+ $soundclound, $paul);
|
119
|
119
|
|
120
|
120
|
$this->createElement('jamendo_reverb_1', 'RE-FUCK (ReVeRB_FBC) mix.',
|
121
|
121
|
'http://soundcloud.com/reverb-2/re-fuck-reverb_fbc-mix',
|
122
|
122
|
$this->getArrayOfTag(array('tribe')),
|
123
|
|
- $soundclound, $jean);
|
|
123
|
+ $soundclound, $paul);
|
124
|
124
|
|
125
|
125
|
$this->createElement('jamendo_cardio_1', 'CardioT3K - Juggernaut Trap',
|
126
|
126
|
'http://soundcloud.com/cardiot3k/cardiot3k-juggernaut-trap',
|
127
|
127
|
$this->getArrayOfTag(array('tribe')),
|
128
|
|
- $soundclound, $jean);
|
|
128
|
+ $soundclound, $paul);
|
129
|
129
|
|
130
|
130
|
$this->entity_manager->flush();
|
131
|
131
|
}
|